summarylogtreecommitdiffstats
path: root/envelope.install
diff options
context:
space:
mode:
Diffstat (limited to 'envelope.install')
-rwxr-xr-xenvelope.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/envelope.install b/envelope.install
new file mode 100755
index 000000000000..826f632e9bfa
--- /dev/null
+++ b/envelope.install
@@ -0,0 +1,16 @@
+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
+}
+
+# vim: ts=2 sw=2 et: \ No newline at end of file