diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 17:44:42 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:33 +0700 |
commit | ed2b1bd3e14b3d1b12a47f0493f61dc4333cf5e4 (patch) | |
tree | 6fe1b2523f5a129e9ac812db8bb43f4caabc3a0d /libraries/python-xlrd | |
parent | 733946bd78a32cb3f840be830119de84ecf8cb9e (diff) |
libraries/python-xlrd: 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 'libraries/python-xlrd')
-rw-r--r-- | libraries/python-xlrd/doinst.sh | 3 | ||||
-rw-r--r-- | libraries/python-xlrd/python-xlrd.SlackBuild | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/libraries/python-xlrd/doinst.sh b/libraries/python-xlrd/doinst.sh deleted file mode 100644 index 5fb28930db0b..000000000000 --- a/libraries/python-xlrd/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/libraries/python-xlrd/python-xlrd.SlackBuild b/libraries/python-xlrd/python-xlrd.SlackBuild index 7e1cfd67de66..8fac848819cc 100644 --- a/libraries/python-xlrd/python-xlrd.SlackBuild +++ b/libraries/python-xlrd/python-xlrd.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 |