84217d57d3e2c165c387c46dbdc13125e1bf6539
[monkeysphere.git] / packaging / freebsd / pkg-deinstall
1 #!/bin/sh
2
3 # a package removal script for monkeysphere (borrowing from
4 # monkeysphere's debian/monkeysphere.postrm)
5
6 # Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
7 # Copyright 2008
8
9 # FIXME: is /var/lib/monkeysphere the right place for this stuff on
10 # FreeBSD?
11 VARLIB="/var/lib/monkeysphere"
12
13
14 # FIXME: This needs to be filled in!  Under what circumstances do we
15 # want to actually purge all of /var/lib/monkeysphere?
16
17 # (note: FreeBSD does not seem to want the package-specific user to be
18 # purged at package removal)