#!/bin/sh set -e if test "$1" = "purge" then rm -f /etc/brlapi.key fi #update-rc.d brltty remove > /dev/null for i in brl-sk-all.ktb do dpkg-maintscript-helper rm_conffile /etc/brltty/$i 4.4-9~ brltty -- "$@" done #DEBHELPER#