summarylogtreecommitdiffstats
path: root/clickable.install
diff options
context:
space:
mode:
authortydell2018-03-19 18:04:18 +0100
committertydell2018-03-19 18:04:18 +0100
commit7d41140d5a0db41b186d8e544c834573b0db2c8c (patch)
treee81bdbbb87e38e40415d1bad014a162840692754 /clickable.install
parent02d71a4de3a53e5a44a829fde3f804634655ace3 (diff)
downloadaur-7d41140d5a0db41b186d8e544c834573b0db2c8c.tar.gz
Corrected .install file
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
}