File: lpe.postinst

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-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#! /bin/sh -e

update-alternatives --install /usr/bin/editor editor /usr/bin/lpe 30 \
		    --slave /usr/share/man/man1/editor.1.gz editor.1.gz \
		   	    /usr/share/man/man1/lpe.1.gz

#DEBHELPER#