File: postrm

package info (click to toggle)
raidtools 0.42-16
  • links: PTS
  • area: main
  • in suites: slink
  • size: 392 kB
  • ctags: 128
  • sloc: ansic: 2,056; makefile: 134; sh: 107
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /bin/sh

set -e

if [ "$1" = "purge" ]
then
    update-rc.d raid remove > /dev/null
    test -f /etc/rcS.d/S??raid && rm -f /etc/rcS.d/S??raid || /bin/true
fi