summaryrefslogtreecommitdiff
path: root/extra/rygel/rygel.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-22 00:05:48 -0700
committerroot <root@rshg054.dnsready.net>2013-03-22 00:05:48 -0700
commit6b3123e5628817e3cef9c44989dffd21c49b0817 (patch)
tree4f90f61ad34554f75c2ae8b435b6e0d2d8b480e0 /extra/rygel/rygel.install
parent76b6359ba6b2c7cce2f0b0725c7ecd831563cabf (diff)
Fri Mar 22 00:05:47 PDT 2013
Diffstat (limited to 'extra/rygel/rygel.install')
-rw-r--r--extra/rygel/rygel.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/rygel/rygel.install b/extra/rygel/rygel.install
new file mode 100644
index 000000000..2c455e952
--- /dev/null
+++ b/extra/rygel/rygel.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}