diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 02:33:53 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 02:33:53 -0500 |
commit | 2ab50bee3f2cc4030cb4555b6c9644e3c206141e (patch) | |
tree | 232e92dce3424be85d8388e8828c5a8024bfcb6c /packaging/debian | |
parent | 4bf3771e74fbc352cf385afd6c2ee897e702e45b (diff) |
fix call to transition script in postinst script, and fix lintian error about transitions README
Diffstat (limited to 'packaging/debian')
-rwxr-xr-x | packaging/debian/monkeysphere.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debian/monkeysphere.postinst b/packaging/debian/monkeysphere.postinst index efa7fb4..3d0d66f 100755 --- a/packaging/debian/monkeysphere.postinst +++ b/packaging/debian/monkeysphere.postinst @@ -17,8 +17,8 @@ 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 +# try to transition from to 0.23: +/usr/share/monkeysphere/transitions/0.23 # setup monkeysphere authentication monkeysphere-authentication setup |