summarylogtreecommitdiffstats
path: root/sopcast-player.install
diff options
context:
space:
mode:
authorReNoM2015-07-22 08:03:54 +0300
committerReNoM2015-07-22 08:03:54 +0300
commit9acc5dc49c5b1dcda95a7b3b3ad626b63a7a27a5 (patch)
tree40e8f8671d2f1aabde65a954d027ca53694fbc29 /sopcast-player.install
downloadaur-9acc5dc49c5b1dcda95a7b3b3ad626b63a7a27a5.tar.gz
Initial import
Diffstat (limited to 'sopcast-player.install')
-rwxr-xr-xsopcast-player.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/sopcast-player.install b/sopcast-player.install
new file mode 100755
index 000000000000..9446b3118a3c
--- /dev/null
+++ b/sopcast-player.install
@@ -0,0 +1,12 @@
+
+post_install() {
+gtk-update-icon-cache -f -t usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+gtk-update-icon-cache -f -t usr/share/icons/hicolor
+} \ No newline at end of file