diff options
Diffstat (limited to 'tools/package_up.sh')
-rwxr-xr-x | tools/package_up.sh | 5 |
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/ |