File: policy-rcd-declarative.prerm

package info (click to toggle)
policy-rcd-declarative 0.6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 41; sh: 16; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "remove" ]
then
        update-alternatives --remove policy-rc.d /usr/bin/policy-rc.d-declarative
fi