File: postrm

package info (click to toggle)
phalanx 22%2Bd051004-14
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,444 kB
  • ctags: 973
  • sloc: ansic: 11,916; sh: 80; makefile: 44
file content (9 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if test "$1" = purge; then
  rm -f /var/games/phalanx.learn
fi

#DEBHELPER#