diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-03 04:02:27 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-03 04:02:27 +0000 |
commit | 5daf7a199ac436064eb4f3343e4a38ea383d628e (patch) | |
tree | ef80c239155f9c38ac9de922eef30fdcb3810e01 /extra/phonon-gstreamer/phonon-qt4-gstreamer.install | |
parent | 747fac818a9021f876837c839ce15c301b7e229f (diff) |
Sat May 3 03:56:22 UTC 2014
Diffstat (limited to 'extra/phonon-gstreamer/phonon-qt4-gstreamer.install')
-rw-r--r-- | extra/phonon-gstreamer/phonon-qt4-gstreamer.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/phonon-gstreamer/phonon-qt4-gstreamer.install b/extra/phonon-gstreamer/phonon-qt4-gstreamer.install new file mode 100644 index 000000000..ceb7592ef --- /dev/null +++ b/extra/phonon-gstreamer/phonon-qt4-gstreamer.install @@ -0,0 +1,11 @@ +post_install(){ + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |