9f927f7561
Depend on qtchooser and assing qt5 the default choice via post-install.
6 lines
131 B
Text
6 lines
131 B
Text
case "$ACTION" in
|
|
post)
|
|
# qt5 by default via qtchooser.
|
|
ln -sf /etc/xdg/qtchooser/5.conf etc/xdg/qtchooser/default.conf
|
|
;;
|
|
esac
|