File: prerm

package info (click to toggle)
pstotext 1.8-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 240 kB
  • ctags: 270
  • sloc: ansic: 1,712; makefile: 69; sh: 64
file content (12 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh
set -e

if [ -x /usr/sbin/update-mime ]; then
  update-mime
  exit 0
fi

# Clean up the old way.
if [ -x /usr/sbin/install-mime  -a "$1" != "upgrade" ]; then
        install-mime --remove --package=pstotext
fi