From 54baeee2ab5008a896559730d73728549acb313b Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 22 Aug 2021 22:39:09 +1200 Subject: python/python2-tabulate: Removed redundant doinst.sh. There are no desktop files in this package. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python2-tabulate/doinst.sh | 3 --- python/python2-tabulate/python2-tabulate.SlackBuild | 1 - 2 files changed, 4 deletions(-) delete mode 100644 python/python2-tabulate/doinst.sh (limited to 'python/python2-tabulate') diff --git a/python/python2-tabulate/doinst.sh b/python/python2-tabulate/doinst.sh deleted file mode 100644 index 5fb28930db..0000000000 --- a/python/python2-tabulate/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/python2-tabulate/python2-tabulate.SlackBuild b/python/python2-tabulate/python2-tabulate.SlackBuild index aea7db51b6..b87c35a7a9 100644 --- a/python/python2-tabulate/python2-tabulate.SlackBuild +++ b/python/python2-tabulate/python2-tabulate.SlackBuild @@ -91,7 +91,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 -- cgit v1.2.3