summarylogtreecommitdiffstats
path: root/ebook-viewer.install
diff options
context:
space:
mode:
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
+}