X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=packaging%2Fdebian%2Fmonkeysphere.postinst;h=3d0d66ff1417a365dd9bf0f1b4f2351a75c22bc2;hb=e71c7bb4dff26178f714cd0fcdbb3058effa4066;hp=c697ae22d39f3327cfaddae5031fd4e8e7dda9e9;hpb=5d9e91f20216702ad675244465157ad54cde75a4;p=monkeysphere.git diff --git a/packaging/debian/monkeysphere.postinst b/packaging/debian/monkeysphere.postinst index c697ae2..3d0d66f 100755 --- a/packaging/debian/monkeysphere.postinst +++ b/packaging/debian/monkeysphere.postinst @@ -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 to 0.23: +/usr/share/monkeysphere/transitions/0.23 + +# setup monkeysphere authentication +monkeysphere-authentication setup # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.