File: python-libplot.prerm

package info (click to toggle)
python2.1-libplot 1.0.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 252 kB
  • ctags: 447
  • sloc: ansic: 3,224; python: 388; makefile: 72; sh: 3
file content (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/python2.1-libplot ]; then
	rm -f /usr/doc/python2.1-libplot
fi