summarylogtreecommitdiffstats
path: root/citrix-client.install
diff options
context:
space:
mode:
Diffstat (limited to 'citrix-client.install')
-rw-r--r--citrix-client.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/citrix-client.install b/citrix-client.install
new file mode 100644
index 000000000000..8323e2bb193f
--- /dev/null
+++ b/citrix-client.install
@@ -0,0 +1,12 @@
+post_install() {
+ instdir="/opt/Citrix/ICAClient"
+ tmpdir="/tmp"
+
+ echo -e "\e[1;31m\nYou have to create '\e[1;33m\$HOME/.ICAClient/cache\e[1;31m' for each user who uses this program and then populate it with the appropriate ini files. Copy paste the below to do this easily:\n"
+ echo -e "\e[1;39mmkdir -p \$HOME/.ICAClient/cache"
+ echo -e "cp ${instdir}/config/{All_Regions,Trusted_Region,Unknown_Region,canonicalization,regions}.ini \$HOME/.ICAClient/\n"
+ echo -e "\e[0m"
+
+}
+
+post_upgrade() { post_install; }