summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortydell2018-03-19 18:07:18 +0100
committertydell2018-03-19 18:07:18 +0100
commita0e916d223b24d2d14f875a4d628e34885c4c076 (patch)
treed82ba7e13545aab0a11a19810925c3c8b45c915b
parent7d41140d5a0db41b186d8e544c834573b0db2c8c (diff)
downloadaur-a0e916d223b24d2d14f875a4d628e34885c4c076.tar.gz
Corrected .install file
-rwxr-xr-xclickable.install9
1 files changed, 6 insertions, 3 deletions
diff --git a/clickable.install b/clickable.install
index 6dd8283b742f..1180199cacba 100755
--- a/clickable.install
+++ b/clickable.install
@@ -2,10 +2,13 @@ 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"
- echo "Configure docker for clickable: clickable setup-docker"
+ echo ' echo "export PATH=\$PATH:\/opt/clickable" >> ~/.bashrc'
+ echo "Read the new .bashrc file:"
+ echo " source ~/.bashrc"
+ echo "Configure docker for clickable:"
+ echo " clickable setup-docker"
}