File: emacs-common-non-dfsg.prerm

package info (click to toggle)
emacs-non-dfsg 1%3A30.1%2B1-1
  • links: PTS
  • area: non-free
  • in suites: sid, trixie
  • size: 35,612 kB
  • sloc: makefile: 809; sh: 55
file content (12 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

set -e

case "$1" in
  remove|deconfigure)
    update-alternatives --remove emacs.info.gz \
                        /usr/share/info/emacs/emacs.info.gz
    ;;
esac

#DEBHELPER#