summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 13:07:24 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:42 +0200
commit83f292464a857b0324b0b7b2627f310950cea7e6 (patch)
tree5e456f04c35ea3121e87ccb03865c9106c8eb90b
parentedf78960006b166ddb8740adf0e4ff1f0ef12653 (diff)
downloadslackbuilds-83f292464a857b0324b0b7b2627f310950cea7e6.tar.gz
python/invoke: Remove redundant doinst.sh.
There are no desktop files in this package. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/invoke/doinst.sh4
-rw-r--r--python/invoke/invoke.SlackBuild1
2 files changed, 0 insertions, 5 deletions
diff --git a/python/invoke/doinst.sh b/python/invoke/doinst.sh
deleted file mode 100644
index 4e8ba7071d..0000000000
--- a/python/invoke/doinst.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
-
diff --git a/python/invoke/invoke.SlackBuild b/python/invoke/invoke.SlackBuild
index ea4cda968a..c2308be612 100644
--- a/python/invoke/invoke.SlackBuild
+++ b/python/invoke/invoke.SlackBuild
@@ -90,7 +90,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE