blob: 433a0aa123b7345b87bbd14a2d719e3e462c3e54 (
plain)
- #!/bin/sh -e
- # prerm script for monkeysphere
- # Author: Jameson Rollins <jrollins@fifthhorseman.net>
- # Copyright 2008
- VARLIB="/var/lib/monkeysphere"
- rm -f "$VARLIB"/gnupg-host/gpg.conf
- rm -f "$VARLIB"/gnupg-authentication/gpg.conf
- # dh_installdeb will replace this with shell code automatically
- # generated by other debhelper scripts.
- #DEBHELPER#
- exit 0
|