summarylogtreecommitdiffstats
path: root/webby-browser.install
diff options
context:
space:
mode:
Diffstat (limited to 'webby-browser.install')
-rwxr-xr-xwebby-browser.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/webby-browser.install b/webby-browser.install
new file mode 100755
index 000000000000..7ac7e6cd86f4
--- /dev/null
+++ b/webby-browser.install
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_remove() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+} \ No newline at end of file