File: postrm

package info (click to toggle)
freesweep 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 628 kB
  • sloc: ansic: 5,174; sh: 2,180; makefile: 204
file content (13 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh
# postrm script for freesweep

set -e

if [ "$1" = purge ] ; then
  rm -f /var/games/sweeptimes
fi

#DEBHELPER#

exit 0