diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 22:50:39 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:40 +0700 |
commit | 8dbf487f7f6c9f4ccd68d31077f391e408477ed9 (patch) | |
tree | 1d5fb0b9eda8695f80536ea6e45fe92e54dc3316 /python/python-libsass | |
parent | b6c546ecaf4234542df91906bf27cc967b029ebb (diff) |
python/python-libsass: Removed 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 'python/python-libsass')
-rw-r--r-- | python/python-libsass/doinst.sh | 3 | ||||
-rw-r--r-- | python/python-libsass/python-libsass.SlackBuild | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/python/python-libsass/doinst.sh b/python/python-libsass/doinst.sh deleted file mode 100644 index 5fb28930db0b9..0000000000000 --- a/python/python-libsass/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/python-libsass/python-libsass.SlackBuild b/python/python-libsass/python-libsass.SlackBuild index f029cb129471c..d99a76308d174 100644 --- a/python/python-libsass/python-libsass.SlackBuild +++ b/python/python-libsass/python-libsass.SlackBuild @@ -96,7 +96,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 |