summaryrefslogtreecommitdiffstats
path: root/packaging/dpkg/default_files/prerm
blob: 6798eb5f817a4ea5329bebca74978e2be35f0132 (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
#