File: postrm

package info (click to toggle)
hwtools 0.5-0.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,304 kB
  • ctags: 1,213
  • sloc: ansic: 9,522; tcl: 2,140; asm: 802; makefile: 295; sh: 262; cpp: 160; csh: 42
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh -e

if [ "$1" = "purge" ]; then
    update-rc.d hwtools remove >/dev/null
    if [ -f /etc/rc.boot/hwtools ]; then
        rm /etc/rc.boot/hwtools
    fi
fi