summaryrefslogtreecommitdiff
path: root/community/uget/uget.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-26 00:01:46 +0000
committerroot <root@rshg054.dnsready.net>2012-03-26 00:01:46 +0000
commitf96a2208b6a0ba89c3d824514a3929f08d79f7bf (patch)
tree88c1033b9ec826ca6da1f1847685957bce496c62 /community/uget/uget.install
parent891f44722456b693d99b397f7e332a9ed68a47a2 (diff)
Mon Mar 26 00:01:45 UTC 2012
Diffstat (limited to 'community/uget/uget.install')
-rw-r--r--community/uget/uget.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/uget/uget.install b/community/uget/uget.install
new file mode 100644
index 000000000..2c455e952
--- /dev/null
+++ b/community/uget/uget.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}