summarylogtreecommitdiffstats
path: root/plank.install
diff options
context:
space:
mode:
Diffstat (limited to 'plank.install')
-rw-r--r--plank.install9
1 files changed, 6 insertions, 3 deletions
diff --git a/plank.install b/plank.install
index 44851fff35c3..8a575024dfed 100644
--- a/plank.install
+++ b/plank.install
@@ -1,12 +1,15 @@
post_install() {
- gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -fqt usr/share/icons/hicolor
}
-post_upgrade() {
+post_upgrade()
+{
post_install
}
-post_remove() {
+post_remove()
+{
post_install
}