diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-20 18:09:37 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-20 18:11:14 -0500 |
commit | c71fa871b97700d696c5222201405ab681f0b4e9 (patch) | |
tree | 8b023d5ed5868e2d55bd0624c0f9089db5d8c0a9 /packaging/debian | |
parent | ab955c8153674a61b20671dad7e83cd9c4eb7043 (diff) |
Add "true" to prerm script so that lintian will stop complaining that
the script is empty.
also small doc tweaks.
Diffstat (limited to 'packaging/debian')
-rwxr-xr-x | packaging/debian/monkeysphere.prerm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/debian/monkeysphere.prerm b/packaging/debian/monkeysphere.prerm index 1fb2636..5835f53 100755 --- a/packaging/debian/monkeysphere.prerm +++ b/packaging/debian/monkeysphere.prerm @@ -5,6 +5,8 @@ # Author: Jameson Rollins <jrollins@finestructure.net> # Copyright 2008-2009 +true + # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. |