File: hx.prerm

package info (click to toggle)
hx 25.01.1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,268 kB
  • sloc: lisp: 24,079; xml: 109; cpp: 45; sh: 40; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
  update-alternatives --remove editor /usr/bin/hx
fi

#DEBHELPER#

exit 0