File: emacs-common-non-dfsg.prerm

package info (click to toggle)
emacs-non-dfsg 1%3A27.1%2B1-2
  • links: PTS
  • area: non-free
  • in suites: bullseye
  • size: 23,308 kB
  • sloc: makefile: 726; 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#