summarylogtreecommitdiffstats
path: root/ebook-viewer.install
diff options
context:
space:
mode:
authorJohannes Schriewer2016-12-08 00:30:34 +0100
committerJohannes Schriewer2016-12-08 00:30:34 +0100
commitca799e4e9ab00513e54c6c0e6a43597215fbe86b (patch)
tree266985e0cf60efc9fec13c070b05c820a37c86fb /ebook-viewer.install
downloadaur-ebook-viewer-git.tar.gz
Initial commit
Diffstat (limited to 'ebook-viewer.install')
-rw-r--r--ebook-viewer.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/ebook-viewer.install b/ebook-viewer.install
new file mode 100644
index 000000000000..1ef9ae9b9119
--- /dev/null
+++ b/ebook-viewer.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "Updating GTK icon cache..."
+ gtk-update-icon-cache -f /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+ post_install $1
+}