File: postrm

package info (click to toggle)
insserv 1.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: ansic: 5,171; sh: 2,277; perl: 563; makefile: 201
file content (10 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -eu

#DEBHELPER#

if [ "$1" = purge ] ; then
    rm -f /etc/init.d/.depend.boot
    rm -f /etc/init.d/.depend.start
    rm -f /etc/init.d/.depend.stop
fi