File: djview4.prerm

package info (click to toggle)
djview4 4.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,256 kB
  • sloc: cpp: 22,079; ansic: 9,746; sh: 241; makefile: 228; awk: 94; xml: 84
file content (11 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

case "$1" in
    remove|deconfigure)
	update-alternatives --quiet --remove djview /usr/bin/djview4
	;;
esac

#DEBHELPER#