summarylogtreecommitdiffstats
path: root/clickable.install
diff options
context:
space:
mode:
Diffstat (limited to 'clickable.install')
-rwxr-xr-xclickable.install11
1 files changed, 7 insertions, 4 deletions
diff --git a/clickable.install b/clickable.install
index 1d5f83e8e268..6dd8283b742f 100755
--- a/clickable.install
+++ b/clickable.install
@@ -1,5 +1,7 @@
post_install() {
-
+
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
echo "To finish installation you have to add clickable to your PATH:"
echo 'echo "export PATH=\$PATH:\/opt/clickable" >> ~/.bashrc'
echo "Read the new .bashrc file: source ~/.bashrc"
@@ -9,14 +11,15 @@ post_install() {
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
}