File: postrm

package info (click to toggle)
wmmount 1.0beta2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 164 kB
  • ctags: 122
  • sloc: ansic: 935; sh: 56; makefile: 45; perl: 44
file content (11 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

system_wmmount=/etc/system.wmmount

if [ "$1" = "remove" -o "$1" = "purge" ]; then
#DEBHELPER#
fi

if [ "$1" = "purge" ]; then
  rm -f ${system_wmmount}
fi