File: postrm

package info (click to toggle)
set6x86 1.5-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 152 kB
  • ctags: 50
  • sloc: ansic: 460; makefile: 50; sh: 46
file content (11 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

if [ "$1" = "purge" ]
then
    update-rc.d set6x86 remove
    if [ -f /etc/rc.boot/set6x86 ] ; then
	rm /etc/rc.boot/set6x86
	fi
fi

exit 0