File: postinst

package info (click to toggle)
mined 2000.15.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 16,616 kB
  • ctags: 2,957
  • sloc: ansic: 123,254; sh: 10,042; makefile: 266; sed: 221; perl: 172; cpp: 30
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

if [ "$1" = configure ]; then
	update-alternatives --install /usr/bin/editor editor /usr/bin/mined 20 \
		--slave /usr/share/man/man1/editor.1.gz editor.1.gz /usr/share/man/man1/mined.1.gz
fi

#DEBHELPER#