PKGBUILDs/extra/qt/qt.install

13 lines
186 B
Plaintext
Raw Normal View History

2011-02-05 23:24:07 +00:00
post_install() {
2011-12-22 07:04:04 +00:00
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2011-03-03 18:03:56 +00:00
update-desktop-database -q
2011-02-05 23:24:07 +00:00
}
post_upgrade() {
2011-12-22 07:04:04 +00:00
post_install
2011-02-05 23:24:07 +00:00
}
post_remove() {
2011-12-22 07:04:04 +00:00
post_install
2011-02-05 23:24:07 +00:00
}