summaryrefslogtreecommitdiffstats
path: root/debian/_base/dependencies/tqt3/debian/tqt3-qtconfig.postinst
blob: 773022f7277781a7cf36c86230ffa1bce4bdab09 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh 

set -e

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#