openbsd-ports/textproc/scrollkeeper/pkg/DEINSTALL
nino 1a97aa582c Add deinstall notice about removing the /var/lib/scrollkeeper directory.
Also move the scrollkeeper-update install invocation to pkg install
time.
2002-08-10 11:41:27 +00:00

16 lines
301 B
Bash

#! /bin/sh
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
echo
echo "+---------------"
echo "| If you don't have any local applications that uses scrollkeeper"
echo "| you should now perform the following step as root:"
echo "|"
echo "| rm -rf /var/lib/scrollkeeper"
echo "+---------------"
echo
exit 0