summarylogtreecommitdiffstats
path: root/miro-video-converter.install
diff options
context:
space:
mode:
authorRhinoceros2015-08-14 22:19:51 +1000
committerRhinoceros2015-08-14 22:19:51 +1000
commitc824e0f3b5b82eae7d244439f1e70fd8e78535f1 (patch)
tree996661ef926eceda3a42d0c82b87bb4d38ee7198 /miro-video-converter.install
downloadaur-c824e0f3b5b82eae7d244439f1e70fd8e78535f1.tar.gz
Initial commit of 2.0.1-1
* Originally submitted by archtux <antonio dot arias99999 at gmail dot com>
Diffstat (limited to 'miro-video-converter.install')
-rw-r--r--miro-video-converter.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/miro-video-converter.install b/miro-video-converter.install
new file mode 100644
index 000000000000..12bb8f05ab29
--- /dev/null
+++ b/miro-video-converter.install
@@ -0,0 +1,12 @@
+
+post_install() {
+ gtk-update-icon-cache -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file