void-packages/srcpkgs/qt5/INSTALL
Juan RP 9f927f7561 qt5: move bins to /usr/lib/qt5/bin and create symlinks.
Depend on qtchooser and assing qt5 the default choice via post-install.
2014-11-30 19:30:24 +01:00

7 lines
131 B
Plaintext

case "$ACTION" in
post)
# qt5 by default via qtchooser.
ln -sf /etc/xdg/qtchooser/5.conf etc/xdg/qtchooser/default.conf
;;
esac