File: postinst

package info (click to toggle)
joe 2.8-15.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,184 kB
  • ctags: 1,764
  • sloc: ansic: 18,821; asm: 224; makefile: 122; sh: 9
file content (8 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#! /bin/sh

/usr/bin/termidx < /etc/joe/termcap > /etc/joe/termcap.idx

update-alternatives --install /usr/bin/editor editor /usr/bin/joe 70 \
  --slave /usr/man/man1/editor.1.gz editor.1.gz /usr/man/man1/joe.1.gz

exit 0