File: postinst

package info (click to toggle)
nedit 5.02-2
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,460 kB
  • ctags: 2,911
  • sloc: ansic: 39,134; yacc: 335; makefile: 65; sh: 8
file content (11 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# postinst file for elvis-2.1

#added to comply with the new editor standard
update-alternatives --install /usr/bin/editor editor /usr/X11R6/bin/nedit -40 \
  --slave /usr/man/man1/editor.1.gz editor.1.gz /usr/X11R6/man/man1/nedit.1x.gz

#DEBHELPER#

exit 0