File: prerm

package info (click to toggle)
pppconfig 2.0.5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 128 kB
  • ctags: 75
  • sloc: perl: 1,493; sh: 70; makefile: 43
file content (7 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pppconfig ]; then
	rm -f /usr/doc/pppconfig
fi
# End automatically added section