File: postrm

package info (click to toggle)
thrust 0.89c-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,072 kB
  • ctags: 993
  • sloc: ansic: 20,409; sh: 2,483; makefile: 307
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh -e

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

#DEBHELPER#