diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-11-15 15:57:04 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-11-15 15:57:04 -0500 |
commit | 8195dad4f5f2bb47d423cef587357979365e10b4 (patch) | |
tree | 833ad698bebb903139d817fb40532878d8727b25 /packaging/debian/monkeysphere.preinst | |
parent | 3726f3dd674e74258c5f47b00f3f6f15f4037175 (diff) |
add prerm script, and add debhelper lines to other install scripts.
Diffstat (limited to 'packaging/debian/monkeysphere.preinst')
-rwxr-xr-x | packaging/debian/monkeysphere.preinst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/debian/monkeysphere.preinst b/packaging/debian/monkeysphere.preinst index 860286b..528da84 100755 --- a/packaging/debian/monkeysphere.preinst +++ b/packaging/debian/monkeysphere.preinst @@ -20,3 +20,10 @@ if [ -f "$VARLIB"/gnupg-authentication/gpg.conf -a ! -L "$VARLIB"/gnupg-authenti chown root:root "$ETC"/gpg-authentication.conf ln -s "$ETC"/gpg-authentication.conf "$VARLIB"/gnupg-authentication/gpg.conf fi + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 |