From 694dae030b66a45cd3485c2398b56fd0aedfbcc4 Mon Sep 17 00:00:00 2001 From: Matteo Rossini Date: Sat, 15 Jan 2022 19:36:27 +0100 Subject: [PATCH] post istall sync /var/lib/current¤tplus file --- src/doinst.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doinst.sh b/src/doinst.sh index bf76d68..8402e24 100644 --- a/src/doinst.sh +++ b/src/doinst.sh @@ -41,5 +41,6 @@ config etc/slackpkg/notifymsg.conf.new if [ -d var/lib/slackpkg ];then [ ! -e $WORKDIR/pkglist ]&&touch $WORKDIR/pkglist + [ ! -e $WORKDIR/current ]&&touch $WORKDIR/currentplus [ ! -e $WORKDIR/CHECKSUMS.md5 ]&&touch $WORKDIR/CHECKSUMS.md5 fi