summaryrefslogtreecommitdiffstats
path: root/dilos/dependencies/tqt3/debian/tqt3-qtconfig.postinst
blob: ffe1572da20cf3a9ecf15b078d3a698059e86275 (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/qtconfig-tqt3.1.gz"

#DEBHELPER#