diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 23:07:24 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:42 +0700 |
commit | 83f292464a857b0324b0b7b2627f310950cea7e6 (patch) | |
tree | 5e456f04c35ea3121e87ccb03865c9106c8eb90b | |
parent | edf78960006b166ddb8740adf0e4ff1f0ef12653 (diff) | |
download | slackbuilds-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.sh | 4 | ||||
-rw-r--r-- | python/invoke/invoke.SlackBuild | 1 |
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 |