summarylogtreecommitdiffstats
path: root/stremio-beta.install
diff options
context:
space:
mode:
authoroverjt2016-02-14 20:35:12 -0500
committeroverjt2016-02-14 20:35:12 -0500
commit0a19859deb740d60ca973e6fe7d5402e990f52fb (patch)
tree2c569600d632e37bbf867166cd7b006a502961c1 /stremio-beta.install
downloadaur-0a19859deb740d60ca973e6fe7d5402e990f52fb.tar.gz
Initial commit
Diffstat (limited to 'stremio-beta.install')
-rw-r--r--stremio-beta.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/stremio-beta.install b/stremio-beta.install
new file mode 100644
index 000000000000..5bca2b7ee8ee
--- /dev/null
+++ b/stremio-beta.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
+}