]> git.deb.at Git - pkg/t-prot.git/blob - debian/prerm
Imported Debian patch 0.54.1-1.woody1
[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