summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.postinst
blob: 137ecd7779938679f8983f706e87634115c7512b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh 

set -e

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

#DEBHELPER#