aports/testing/qt/qt.install
Natanael Copa 46ea5efd6f testing/qt: new aport
A cross-platform application and UI framework
http://qt.nokia.com/
2010-10-17 16:41:13 +00:00

12 lines
146 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}