diff options
author | B. Watson <urchlay@slackware.uk> | 2023-03-08 01:38:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:28 +0700 |
commit | 562c2d88385114b783822a9ac8a721d74c7546e4 (patch) | |
tree | 56d7a5f8cd91de95e9655aef42bc5c7f18c28ece /misc/pinfo/pinfo.SlackBuild | |
parent | 7d0876d71fb1acd7999fcd9c61f95e28b87acd81 (diff) |
misc/pinfo: Add douninst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/pinfo/pinfo.SlackBuild')
-rw-r--r-- | misc/pinfo/pinfo.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/pinfo/pinfo.SlackBuild b/misc/pinfo/pinfo.SlackBuild index e4325224fd4a1..dcc2d2d05f660 100644 --- a/misc/pinfo/pinfo.SlackBuild +++ b/misc/pinfo/pinfo.SlackBuild @@ -24,6 +24,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20230308 bkw: BUILD=3, add douninst.sh to clean up GNU info dir. + # 20200708 bkw: BUILD=2 # - restore old 'pman' link (nothing conflicts) # - fix homepage in slack-desc @@ -39,7 +41,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pinfo VERSION=${VERSION:-0.6.13} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -124,6 +126,7 @@ 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 +cat $CWD/douninst.sh > $PKG/install/douninst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE |