DEBSOURCES
Skip Quicknav
sources / tint / 0.08 / debian / postrm
123456789101112131415
#!/bin/sh set -e scorefile="/var/games/tint.scores" if [ "$1" = "purge" ] then if [ -e $scorefile ] then rm $scorefile fi fi #DEBHELPER#