From e18b89b0214c423d3a3c118190aab6549e461d7f Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 12 Sep 2008 04:50:30 -0400 Subject: initial attempts at user add scripts for FreeBSD packaging. --- packaging/freebsd/pkg-deinstall | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 packaging/freebsd/pkg-deinstall (limited to 'packaging/freebsd/pkg-deinstall') diff --git a/packaging/freebsd/pkg-deinstall b/packaging/freebsd/pkg-deinstall new file mode 100755 index 0000000..84217d5 --- /dev/null +++ b/packaging/freebsd/pkg-deinstall @@ -0,0 +1,18 @@ +#!/bin/sh + +# a package removal script for monkeysphere (borrowing from +# monkeysphere's debian/monkeysphere.postrm) + +# Author: Daniel Kahn Gillmor +# Copyright 2008 + +# FIXME: is /var/lib/monkeysphere the right place for this stuff on +# FreeBSD? +VARLIB="/var/lib/monkeysphere" + + +# FIXME: This needs to be filled in! Under what circumstances do we +# want to actually purge all of /var/lib/monkeysphere? + +# (note: FreeBSD does not seem to want the package-specific user to be +# purged at package removal) -- cgit v1.2.3