Skip to content
brltty.postrm 233 B
Newer Older
Mario Lang's avatar
Mario Lang committed
#!/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

Mario Lang's avatar
Mario Lang committed
#DEBHELPER#