File: prerm

package info (click to toggle)
ghostview 1.5-19
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 660 kB
  • ctags: 958
  • sloc: ansic: 8,747; makefile: 305; sh: 42
file content (7 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

set -e

if [ -x /usr/sbin/install-mime  -a "$1" != "upgrade" ]; then
	install-mime --remove --package=ghostview
fi