making clearer comments in the transition script, invoking from postinst for debian.
[monkeysphere.git] / packaging / debian / monkeysphere.postinst
index c697ae22d39f3327cfaddae5031fd4e8e7dda9e9..efa7fb47fd6c3152e03cd5f1c44f8c378c1e7d62 100755 (executable)
@@ -17,8 +17,11 @@ if ! getent passwd monkeysphere >/dev/null ; then
        monkeysphere
 fi
 
-# import the host ssh key into the monkeysphere, with no expiration
-# FIXME: figure out how to do this best
+# try to transition from 0.22 to 0.23:
+/usr/share/monkeysphere/transition_0.22_0.23
+
+# setup monkeysphere authentication
+monkeysphere-authentication setup
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.