File: fai-nfsroot.prerm

package info (click to toggle)
fai 3.1.8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,144 kB
  • ctags: 164
  • sloc: sh: 3,410; perl: 1,780; makefile: 113
file content (11 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

case "$1" in
    remove|deconfigure|failed-upgrade)
	update-alternatives --remove policy-rc.d /usr/bin/policy-rc.d.fai
        ;;
esac

#DEBHELPER#

exit 0