[go: up one dir, main page]

File: athcool.postrm

package info (click to toggle)
athcool 0.3.12-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 144 kB
  • ctags: 93
  • sloc: ansic: 571; sh: 100; makefile: 81
file content (6 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -e
if [ "$1" = "purge" ] ; then
        update-rc.d athcool remove >/dev/null || exit 0
fi
#DEBHELPER#