File: prerm

package info (click to toggle)
modconf 0.2.48
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 548 kB
  • ctags: 64
  • sloc: sh: 795; perl: 279; makefile: 119
file content (4 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/sh
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/modconf ]; then
	rm -f /usr/doc/modconf
fi