Commit 702201ff authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #347 in ZP/z-push from...

Merge pull request #347 in ZP/z-push from bugfix/ZP-1026-run-fixstates-on-each-package-installation to develop

* commit '46ae53ba':
  ZP-1025 run fixstates on each package installation. Released under the Affero GNU General Public License (AGPL) version 3.
parents 4e2ee99c 46ae53ba
......@@ -7,9 +7,7 @@ set -e
case "$1" in
configure)
if [ "$1" = "configure" -a -n "$2" ] && dpkg --compare-versions "$2" le 2.3.0 ; then
/usr/local/sbin/z-push-admin -a fixstates
fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment