diff options
Diffstat (limited to 'www/htdig/pkg/DEINSTALL')
-rw-r--r-- | www/htdig/pkg/DEINSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/htdig/pkg/DEINSTALL b/www/htdig/pkg/DEINSTALL new file mode 100644 index 00000000000..b5928662f15 --- /dev/null +++ b/www/htdig/pkg/DEINSTALL @@ -0,0 +1,8 @@ +#!/bin/sh +if [ "$2" = "POST-DEINSTALL" ]; then +echo Please note: +echo +echo If you do not intend to reinstall the htdig package, you may wish to +echo remove the config directory, ${PKG_PREFIX}/etc/htdig, as well as any +echo database directories you created. +fi |