diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 02:14:15 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 02:14:15 -0500 |
commit | c02230bbe0112a1dea639a5c52ee6db6d446dfea (patch) | |
tree | 034d18c3057f43e5005b8f597f877853e318bc21 /packaging/debian/monkeysphere.postinst | |
parent | d0459e29cb1a6f6196e3e12ccc4da47601514d67 (diff) | |
parent | 7ab6793000d069c327e8d4923b9c89b13f60d3bd (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'packaging/debian/monkeysphere.postinst')
-rwxr-xr-x | packaging/debian/monkeysphere.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/debian/monkeysphere.postinst b/packaging/debian/monkeysphere.postinst index 8e79771..efa7fb4 100755 --- a/packaging/debian/monkeysphere.postinst +++ b/packaging/debian/monkeysphere.postinst @@ -17,6 +17,9 @@ if ! getent passwd monkeysphere >/dev/null ; then monkeysphere fi +# try to transition from 0.22 to 0.23: +/usr/share/monkeysphere/transition_0.22_0.23 + # setup monkeysphere authentication monkeysphere-authentication setup |