File: openrc.postrm

package info (click to toggle)
openrc 0.63-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,424 kB
  • sloc: ansic: 16,257; sh: 2,225; perl: 28; makefile: 26
file content (11 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "${1}" = "purge" ] ; then
	rm -rf /lib/rc /usr/lib/rc /etc/runlevels
fi

#DEBHELPER#

exit 0