add 0.28 transition script to generate new host_keys.pub.pgp file, and remove all...
[monkeysphere.git] / packaging / debian / monkeysphere.postinst
index 4e811672cb7237ec9508c50a81819a863763c121..07bf468602c54146cc4f22bd0208e0317d50b8ce 100755 (executable)
@@ -22,7 +22,7 @@ case $1 in
        fi
 
        # try all available transitions:
-       for trans in 0.23 ; do
+       for trans in 0.23 0.28 ; do
            /usr/share/monkeysphere/transitions/$trans || { \
                RET=$?
                echo "Failed running transition script /usr/share/monkeysphere/transitions/$trans" >&2