File: postinst

package info (click to toggle)
ae 962-21
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 248 kB
  • ctags: 324
  • sloc: ansic: 2,628; makefile: 118; sh: 22
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

update-alternatives --install /usr/bin/editor editor /bin/ae 20 \
  --slave /usr/man/man1/editor.1.gz editor.1.gz /usr/man/man1/ae.1.gz

if [ -e /etc/ae2vi.rc ] ; then
   rm -f /etc/ae2vi.rc
fi

exit 0