File: postinst

package info (click to toggle)
the 2.5-0.2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 3,116 kB
  • ctags: 3,020
  • sloc: ansic: 46,212; sh: 1,525; makefile: 395
file content (6 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e

if [ -x /usr/bin/update-menus ] ; then update-menus ; fi

update-alternatives --quiet --install /usr/bin/editor editor /usr/bin/the 10\
  --slave /usr/man/man1/editor.1.gz editor.1.gz /usr/man/man1/the.1.gz