summaryrefslogtreecommitdiffstats
path: root/packaging/default_files/prerm
blob: cdc4a8d42547c4ce7adbda1695d38349906d6d6a (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -e
# 
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/dxs]; then
  rm -f /usr/doc/dxs
fi
#