Fix error in piCtory checker

Removed postinst message for upgrade from 0.6.5
This commit is contained in:
2019-12-29 13:33:50 +01:00
parent e72942f961
commit 63c014c5df
3 changed files with 6 additions and 17 deletions

13
debian/postinst vendored
View File

@@ -6,19 +6,6 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
case "$1" in
configure)
cat <<-END
======= Important RevPiPyLoad post-installation note =======
If you upgrade from pre 0.6.5 Version,you have to migrate to the
new config file format!!!
/etc/revpipyload/revpipyload.conf
READ:
DE: https://revpimodio.org/revpipyplc-auf-065/
EN: https://revpimodio.org/en/revpipyplc-to-065/
END
;;
esac