File: postrm

package info (click to toggle)
mdutils 0.35-23
  • links: PTS
  • area: main
  • in suites: slink
  • size: 148 kB
  • ctags: 74
  • sloc: ansic: 592; makefile: 112; sh: 63
file content (9 lines) | stat: -rw-r--r-- 165 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 mdutils remove > /dev/null
    test -f /etc/rcS.d/S??raid && rm -f /etc/rcS.d/S??raid || /bin/true
fi