File: postrm

package info (click to toggle)
xbill 2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 736 kB
  • ctags: 552
  • sloc: ansic: 3,250; sh: 197; makefile: 129
file content (11 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e 

if [ "$1" = "purge" ]; then
  rm -f /var/games/xbill.scores
  rmdir /var/lib/games/xbill /var/games/xbill 2>/dev/null || /bin/true 
fi

#DEBHELPER#