diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 02:02:19 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 02:02:19 -0500 |
commit | a5b856642557d0a8463aa7ca26a6e3f898a8ac54 (patch) | |
tree | fedf4295fa35950eb60040aae189f8732c3945f2 /packaging | |
parent | ca854b125a6088b3ee89ddb0927630e5a44911be (diff) |
making clearer comments in the transition script, invoking from postinst for debian.
Diffstat (limited to 'packaging')
-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 |