aboutsummaryrefslogtreecommitdiffstats
path: root/debian/prerm
blob: c5bfdbdc7c1b50959521ccf04ab073e226bd461b (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/slib ]; then
	rm -f /usr/doc/slib
fi