File: postremove.in

package info (click to toggle)
hylafax 1%3A4.1.1-3.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,400 kB
  • ctags: 7,270
  • sloc: sh: 15,895; ansic: 12,661; makefile: 1,439; cpp: 850
file content (19 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# $Id: postremove.in,v 1.2 1999/08/05 10:01:44 robert Exp $
#	Tim Rice
#
#	postremove
#

if test -d @SPOOL@
then
	echo "\n\nYou will need to remove @SPOOL@"
	echo "after saving any files you want to save\n"
	echo "rm -fr @SPOOL@\n"

# I'll automate this part when I get time
	echo "Remove @SBIN@/faxqclean from root's crontab"
	echo "Remove @SBIN@/faxcron from uucp's crontab"
fi

exit 0