summarylogtreecommitdiffstats
path: root/citrix-client.install
blob: 8323e2bb193fe0a0e7c2c056fe2ec0f4c3495967 (plain)
1
2
3
4
5
6
7
8
9
10
11
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; }