File: postrm

package info (click to toggle)
cron 3.0pl1-72
  • links: PTS
  • area: main
  • in suites: woody
  • size: 364 kB
  • ctags: 368
  • sloc: ansic: 3,357; sh: 211; makefile: 116
file content (7 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e
if [ $1 = purge ]; then 
    update-rc.d cron remove >/dev/null
    rm -f /etc/cron.allow /etc/cron.deny
fi