summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 13:15:06 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:43 +0200
commit98086fcfa470db45effad4ff7011edbf5d926774 (patch)
tree0d2a55365ac1c15f82b02110c2d8738ac4269cd8
parentd29ce356da14ed49e7174afb3c6f7adb1ca3c7be (diff)
downloadslackbuilds-98086fcfa470db45effad4ff7011edbf5d926774.tar.gz
python/flake8: 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/flake8/doinst.sh3
-rw-r--r--python/flake8/flake8.SlackBuild1
2 files changed, 0 insertions, 4 deletions
diff --git a/python/flake8/doinst.sh b/python/flake8/doinst.sh
deleted file mode 100644
index 5fb28930db..0000000000
--- a/python/flake8/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/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild
index 6a9f487fd6..35d2fc31e7 100644
--- a/python/flake8/flake8.SlackBuild
+++ b/python/flake8/flake8.SlackBuild
@@ -93,7 +93,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