diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-07-02 15:22:45 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-07-02 15:22:45 +0000 |
commit | b0a4ccb59625791298309462d4caffbdff34095b (patch) | |
tree | 6116876ef7b2814d5cfe9e7442547a135b34f362 /www/mnogosearch/pkg-deinstall | |
parent | 63269816421f5fbe2460b548697ccc4791532e5f (diff) |
Notes
Diffstat (limited to 'www/mnogosearch/pkg-deinstall')
-rw-r--r-- | www/mnogosearch/pkg-deinstall | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/mnogosearch/pkg-deinstall b/www/mnogosearch/pkg-deinstall new file mode 100644 index 000000000000..bc4326b0f6f3 --- /dev/null +++ b/www/mnogosearch/pkg-deinstall @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ x$2 != xDEINSTALL ]; then + exit +fi + +rm -rf /var/mnogosearch + +exit 0 |