summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-21 22:23:10 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:22 +0200
commit15268e263a5a4719559768312dadd5b19dcec5b6 (patch)
tree3f57bf0a80477d755ee3f4c45037cd65e790d29f
parent5e43ce1179ba3385abcf0a3d5c59ed8e63e80915 (diff)
downloadslackbuilds-15268e263a5a4719559768312dadd5b19dcec5b6.tar.gz
development/wheel: Removed redundant doinst.sh.
There is no usr/share/applications in this package when built. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/wheel/doinst.sh3
-rw-r--r--development/wheel/wheel.SlackBuild1
2 files changed, 0 insertions, 4 deletions
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