summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-01-04 04:31:34 +0100
committer Willy Sudiarto Raharjo2024-01-04 04:34:13 +0100
commitebfbf68e15dd4299d21d6fbb1cb8d08826a20de8 (patch)
tree0186b33c3fd765db6ddc6baa5055f4f874f25394 /desktop
parent154eedfc3bd0673f593a29f67aba719b203a3f02 (diff)
downloadslackbuilds-ebfbf68e15dd4299d21d6fbb1cb8d08826a20de8.tar.gz
desktop/e16: Remove /usr/share/doc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/e16/e16.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild
index d1c50ec04d..bf5b27c7a1 100644
--- a/desktop/e16/e16.SlackBuild
+++ b/desktop/e16/e16.SlackBuild
@@ -46,9 +46,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -178,6 +175,8 @@ if [ $DOCS == "YES" ]; then
done
fi
+rm -rf $PKG/usr/share/doc
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh