File: xmcd.postrm

package info (click to toggle)
xmcd 2.6-17sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,464 kB
  • ctags: 5,075
  • sloc: ansic: 51,322; sh: 4,039; makefile: 82; pascal: 67
file content (12 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

#DEBHELPER#

# get rid of configuration files
if [ "$1" = "purge" ]; then
   rm -rf /etc/xmcd /var/lib/xmcd
fi

exit 0