summaryrefslogtreecommitdiff
path: root/community/smtube/smtube.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-13 01:48:00 -0700
committerroot <root@rshg054.dnsready.net>2013-07-13 01:48:00 -0700
commitc9952f3a144d9fb19917d7c100dca30d2d99f629 (patch)
tree94cc27a7d3077f0c571751f92f5cc6261d183dd8 /community/smtube/smtube.install
parent0d51c533d75a26daabeb9e7b9c5dcfb211498a4d (diff)
Sat Jul 13 01:47:15 PDT 2013
Diffstat (limited to 'community/smtube/smtube.install')
-rw-r--r--community/smtube/smtube.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/smtube/smtube.install b/community/smtube/smtube.install
new file mode 100644
index 000000000..029294d67
--- /dev/null
+++ b/community/smtube/smtube.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}