summarylogtreecommitdiffstats
path: root/gnome-mpv.install
diff options
context:
space:
mode:
authorAinola2015-06-08 11:49:18 -0600
committerAinola2015-06-08 11:49:18 -0600
commit99c1bce3b42e897d1d581d271dc4f7e8bd28859d (patch)
tree284693b7563704a4e44e3f29f7695a147343f9f4 /gnome-mpv.install
downloadaur-99c1bce3b42e897d1d581d271dc4f7e8bd28859d.tar.gz
initial
Diffstat (limited to 'gnome-mpv.install')
-rw-r--r--gnome-mpv.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-mpv.install b/gnome-mpv.install
new file mode 100644
index 000000000000..c317fbaca442
--- /dev/null
+++ b/gnome-mpv.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}