blob: b5928662f15e0b8b4f4e0052bb165df3a23cb29f (
plain)
1
2
3
4
5
6
7
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
|