File: prerm

package info (click to toggle)
pixmap 2.6pl4-20
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 808 kB
  • ctags: 1,560
  • sloc: ansic: 12,716; makefile: 953; sh: 6
file content (4 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -h /usr/doc/pixmap ]; then
	rm -f /usr/doc/pixmap
fi