summaryrefslogtreecommitdiffstats
path: root/dilos/dependencies/tqt3/debian/tqt3-qtconfig.postinst
blob: 3964f38d387667109d9399daf9ad080c63464c20 (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/qtconfig qtconfig "/usr/bin/tqtconfig" "45" \
	--slave /usr/share/man/man1/qtconfig.1.gz qtconfig.1.gz \
	"/usr/share/man/man1/tqtconfig.1.gz"

#DEBHELPER#