summarylogtreecommitdiffstats
path: root/envelope.install
diff options
context:
space:
mode:
authortydell2015-06-12 15:12:26 +0200
committertydell2015-06-12 15:12:26 +0200
commit15f80c05c012e601bb4b1f800f0524e1f1a9e274 (patch)
tree7ac7427dd25842526c4eeb4a286ed63f732eb6ca /envelope.install
downloadaur-15f80c05c012e601bb4b1f800f0524e1f1a9e274.tar.gz
Initial import
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