diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 22:39:09 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:39 +0700 |
commit | 54baeee2ab5008a896559730d73728549acb313b (patch) | |
tree | 432e7e5bda1abc9ea36e60ccfb7e0d4fe91cd509 /python/python2-tabulate/python2-tabulate.SlackBuild | |
parent | 1c35e60d50628ec8f6922fd6ac4bbf60000b4005 (diff) |
python/python2-tabulate: 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/python2-tabulate/python2-tabulate.SlackBuild')
-rw-r--r-- | python/python2-tabulate/python2-tabulate.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/python2-tabulate/python2-tabulate.SlackBuild b/python/python2-tabulate/python2-tabulate.SlackBuild index aea7db51b6845..b87c35a7a96b2 100644 --- a/python/python2-tabulate/python2-tabulate.SlackBuild +++ b/python/python2-tabulate/python2-tabulate.SlackBuild @@ -91,7 +91,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 |