diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-04-09 08:24:26 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-04-09 08:25:33 -0500 |
commit | 7c36be22a3475208e976eb31f382aa9004b31c13 (patch) | |
tree | 2e65d1423419140f3098401d7aab028aa8868d1b /main/qt/qt.install | |
parent | 6160ad4d5fe726898fd78d81401fcb74210eb863 (diff) | |
download | aports-7c36be22a3475208e976eb31f382aa9004b31c13.tar.bz2 aports-7c36be22a3475208e976eb31f382aa9004b31c13.tar.xz |
main/qt: move from testing
Diffstat (limited to 'main/qt/qt.install')
-rw-r--r-- | main/qt/qt.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/qt/qt.install b/main/qt/qt.install new file mode 100644 index 000000000..e70c054ec --- /dev/null +++ b/main/qt/qt.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |