aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 03:56:46 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 03:56:46 +0100
commit0250fbe1b35e04f1b59089b5bd4235b652b9df18 (patch)
tree4cc8135892d5263182c9a0f917dbf85f8e091403 /tools
parent2fc7eb4b1e493a79ca68230e49b8804ec18e95bc (diff)
downloadsbotools-0250fbe1b35e04f1b59089b5bd4235b652b9df18.tar.xz
Add README.md
Diffstat (limited to 'tools')
-rwxr-xr-xtools/package_up.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/package_up.sh b/tools/package_up.sh
index 953b602..824d0ba 100755
--- a/tools/package_up.sh
+++ b/tools/package_up.sh
@@ -39,7 +39,10 @@ if [[ -d $PKG_DIR/t ]]; then
fi
if [[ -d $PKG_DIR/tools ]]; then
rm -rf $PKG_DIR/tools
-fi
+fi
+if [[ -f $PKG_DIR/README.md ]]; then
+ rm $PKG_DIR/README.md
+fi
if [[ -d $PKG_DIR/slackbuild/$PACKAGE ]]; then
if [[ -f $PKG_DIR/slackbuild/$PACKAGE/README ]]; then
cp $PKG_DIR/slackbuild/$PACKAGE/README $PKG_DIR/