updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / easy-e17 / easy_e17.install
blob04d7735bcc0db45e03334f9e78a2a6b3b2991e38
1 post_install() {
2     echo "==> Creating cache directory..."
3     mkdir -p /var/cache/easy_e17
4     echo
5     echo "Keep in mind that since version 1.3.0-1 this package will NOT install e17 automatically anymore."
6     echo "To start the installation, use 'easy_e17.sh -i'. To upgrade, use 'easy_e17.sh -u'."
7     echo "Since version 1.4.0-2 you can build only the EFL libraries (no E)."
8     echo "See 'easy_e17.sh --help' for more options."
9     echo "========================"
10     echo "A config file has been installed in /etc/easy_e17.conf."
11     echo
14 post_upgrade() {
15     echo "Since version 1.4.0-2 you can build only the EFL libraries (without E itself)."
16     echo "See 'easy_e17.sh --help' for details."
19 pre_remove()   {
20     echo "==> Deleting cache directory..."
21     rm -r /var/cache/easy_e17