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

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

update-alternatives --install \
	/usr/bin/assistant assistant "/usr/bin/tqassistant" "45" \

#DEBHELPER#