summaryrefslogtreecommitdiffstats
path: root/dilos/dependencies/tqt3/debian/tqt3-linguist.postinst
blob: 1acec2d693a5a8ea7ac9a4d1168bc7cc794ca55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh 

set -e
if [ "${BASEDIR:=/}" = "/" ]; then
	BASEDIR=""
fi

update-alternatives --install \
	/usr/bin/linguist linguist "/usr/bin/tqlinguist" "45" \
	--slave /usr/share/man/man1/linguist.1.gz linguist.1.gz \
	"/usr/share/man/man1/linguist-tqt3.1.gz"

#DEBHELPER#