summaryrefslogtreecommitdiff
path: root/security/logcheck/DEINSTALL
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:57:41 +0000
committerzuntum <zuntum>2001-11-01 00:57:41 +0000
commit1a7910c33465b476d3c41c913d1231e547163689 (patch)
tree93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /security/logcheck/DEINSTALL
parent42b19e6a953914d5b4d08aa3bd1ba4ccb0c2f71e (diff)
downloadpkgsrc-1a7910c33465b476d3c41c913d1231e547163689.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'security/logcheck/DEINSTALL')
-rwxr-xr-xsecurity/logcheck/DEINSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/logcheck/DEINSTALL b/security/logcheck/DEINSTALL
new file mode 100755
index 00000000000..490e203bf0b
--- /dev/null
+++ b/security/logcheck/DEINSTALL
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:16:54 zuntum Exp $
+#
+
+[ -d /var/adm/tmp ] && rmdir /var/adm/tmp
+[ -d /var/adm ] && rmdir /var/adm
+exit 0