summarylogtreecommitdiffstats
path: root/envelope.install
diff options
context:
space:
mode:
Diffstat (limited to 'envelope.install')
-rwxr-xr-xenvelope.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/envelope.install b/envelope.install
deleted file mode 100755
index 826f632e9bfa..000000000000
--- a/envelope.install
+++ /dev/null
@@ -1,16 +0,0 @@
-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