]> git.deb.at Git - pkg/t-prot.git/blob - debian/prerm
d10b846e7198cb9e38cce9a4b754a85a2a85e0c4
[pkg/t-prot.git] / debian / prerm
1 #!/bin/sh
2 set -e
3 if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/t-prot ]; then
4         rm -f /usr/doc/t-prot
5 fi