File: prerm.debhelper

package info (click to toggle)
xwit 3.4-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 100 kB
  • ctags: 119
  • sloc: ansic: 1,206; makefile: 45
file content (5 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/xwit ]; then
	rm -f /usr/doc/xwit
fi
# End automatically added section