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