summarylogtreecommitdiffstats
path: root/clickable.install
diff options
context:
space:
mode:
authortydell2018-04-04 02:21:14 +0200
committertydell2018-04-04 02:21:14 +0200
commit7b36e97086e85502e4e6f8253cd0b9c00a2a064e (patch)
treedb6e7de56de85310b778e871ed556a9e3ff61073 /clickable.install
parenta0e916d223b24d2d14f875a4d628e34885c4c076 (diff)
downloadaur-7b36e97086e85502e4e6f8253cd0b9c00a2a064e.tar.gz
Updated package, cookiecutter needs to be installed by pip2 due to python2 used by clickable
Diffstat (limited to 'clickable.install')
-rwxr-xr-xclickable.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/clickable.install b/clickable.install
index 1180199cacba..44a49038f720 100755
--- a/clickable.install
+++ b/clickable.install
@@ -3,13 +3,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:"
- echo " source ~/.bashrc"
- echo "Configure docker for clickable:"
+ echo " "
+ echo "After installation you need to configure docker for clickable:"
echo " clickable setup-docker"
-
+ echo "and install cookiecutter package"
+ echo " pip2 install --user cookiecutter"
+ echo " "
+
}
post_upgrade() {