File: lpe.prerm

package info (click to toggle)
lpe 1.2.8-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 4,268 kB
  • sloc: ansic: 27,613; sh: 12,468; makefile: 689; yacc: 291; cs: 137; perl: 111; sed: 16
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#! /bin/sh -e

if test "$1" != "upgrade"; then
	update-alternatives --remove editor /usr/bin/lpe
fi

#DEBHELPER#