File: postrm

package info (click to toggle)
at 3.1.10.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 476 kB
  • ctags: 253
  • sloc: sh: 2,842; ansic: 2,215; yacc: 550; makefile: 206; lex: 92
file content (8 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
if [ "$1" = purge ]
then
	update-rc.d atd remove >/dev/null;
	rm -rf /var/spool/cron/atjobs /var/spool/cron/atspool
fi