diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 23:03:06 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:41 +0700 |
commit | c749789cd2b04cb4e6fa3f05d8a1b8406b76581d (patch) | |
tree | 81b43bfb648a30587d248fc0fe2500d41636be19 /python/piprot | |
parent | c5fa7efd627231eaf267805d4a6c3d43a2b86450 (diff) |
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>
Diffstat (limited to 'python/piprot')
-rw-r--r-- | python/piprot/doinst.sh | 3 | ||||
-rw-r--r-- | python/piprot/piprot.SlackBuild | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/python/piprot/doinst.sh b/python/piprot/doinst.sh deleted file mode 100644 index 5fb28930db0b9..0000000000000 --- 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 32e07b84cb270..be1f892cd3f9c 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 |