File: fai-nfsroot.prerm

package info (click to toggle)
fai 6.5.6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,076 kB
  • sloc: sh: 6,720; perl: 5,622; makefile: 138
file content (11 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (10)
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