diff options
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 5fb28930db0b9..0000000000000 --- 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 7e1cfd67de668..8fac848819cc9 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 |