openbsd-ports/print/enscript/pkg/DEINSTALL
2003-04-26 14:55:32 +00:00

16 lines
347 B
Bash

#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2003/04/26 14:55:32 sturm Exp $
#
# Pre/post-uninstallation setup of enscript
echo
echo "+---------------"
echo "| To completely deinstall the enscript package you need to perform"
echo "| this steps as root:"
echo "|"
echo "| rm -f ${SYSCONFDIR}/enscript.cfg"
echo "+---------------"
echo
exit 0