From 15268e263a5a4719559768312dadd5b19dcec5b6 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 22 Aug 2021 08:23:10 +1200 Subject: development/wheel: Removed redundant doinst.sh. There is no usr/share/applications in this package when built. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/wheel/doinst.sh | 3 --- development/wheel/wheel.SlackBuild | 1 - 2 files changed, 4 deletions(-) delete mode 100644 development/wheel/doinst.sh (limited to 'development/wheel') diff --git a/development/wheel/doinst.sh b/development/wheel/doinst.sh deleted file mode 100644 index 5fb28930db..0000000000 --- a/development/wheel/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/development/wheel/wheel.SlackBuild b/development/wheel/wheel.SlackBuild index ebd89329fa..42a2880153 100644 --- a/development/wheel/wheel.SlackBuild +++ b/development/wheel/wheel.SlackBuild @@ -95,7 +95,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