2
0
mirror of https://github.com/Revertron/Alfis synced 2024-11-15 06:12:52 +00:00

Fixed postrm script in generate.sh.

This commit is contained in:
Revertron 2021-04-17 02:52:29 +02:00
parent 47c398118a
commit a76972dde8

View File

@ -115,7 +115,7 @@ fi
EOF
cat > /tmp/$PKGNAME/debian/postrm << EOF
#!/bin/sh
if [ $2 != upgrade ] && [ -e /etc/alfis.conf ] then
if [ \$2 != upgrade ] && [ -e /etc/alfis.conf ] then
rm /var/lib/alfis/blockchain.db
fi
EOF