File: postinst

package info (click to toggle)
mined 2000.10-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,908 kB
  • ctags: 2,256
  • sloc: ansic: 130,722; sh: 1,720; makefile: 253; perl: 169; sed: 152; cpp: 28
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#