#!/bin/sh set -e case $1 in configure) chown -R root:games /var/games/tuxtype/words/*.txt|| true ;; *) echo "Do nothing" ;; esac #DEBHELPER#