File: postrm

package info (click to toggle)
xbl 1.1.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 704 kB
  • ctags: 717
  • sloc: ansic: 7,286; makefile: 273; python: 21; sh: 8
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh -e
#DEBHELPER#
if [ "$1" = purge ] && [ -d /var/games/xbl ] ; then
	rm /var/games/xbl/*
	rmdir --ignore-fail-on-non-empty -p /var/games/xbl
fi