summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 13:03:06 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:41 +0200
commitc749789cd2b04cb4e6fa3f05d8a1b8406b76581d (patch)
tree81b43bfb648a30587d248fc0fe2500d41636be19
parentc5fa7efd627231eaf267805d4a6c3d43a2b86450 (diff)
downloadslackbuilds-c749789cd2b04cb4e6fa3f05d8a1b8406b76581d.tar.gz
python/piprot: 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/piprot/doinst.sh3
-rw-r--r--python/piprot/piprot.SlackBuild1
2 files changed, 0 insertions, 4 deletions
diff --git a/python/piprot/doinst.sh b/python/piprot/doinst.sh
deleted file mode 100644
index 5fb28930db..0000000000
--- a/python/piprot/doinst.sh
+++ /dev/null
@@ -1,3 +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/piprot/piprot.SlackBuild b/python/piprot/piprot.SlackBuild
index 32e07b84cb..be1f892cd3 100644
--- a/python/piprot/piprot.SlackBuild
+++ b/python/piprot/piprot.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