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