summaryrefslogtreecommitdiff
path: root/community/qemu-launcher/qemu-launcher.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/qemu-launcher/qemu-launcher.install
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/qemu-launcher/qemu-launcher.install')
-rw-r--r--community/qemu-launcher/qemu-launcher.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/qemu-launcher/qemu-launcher.install b/community/qemu-launcher/qemu-launcher.install
new file mode 100644
index 000000000..c5571196e
--- /dev/null
+++ b/community/qemu-launcher/qemu-launcher.install
@@ -0,0 +1,11 @@
+post_install() {
+ which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}
+
+post_upgrade() {
+ which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}
+
+post_remove() {
+ which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}