updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / veetle / veetle.install
blob01ae21f222eeb2c94f7d5649a9ff6298abd19e4c
1 post_install() {
2 echo ">>"
3 echo ">> Do the following commands as your user and not as root!"
4 echo ">> If you had installed any version before 0.9.17+-1 then you have to do:"
5 echo ">> rm -r ~/.veetle_vlc"
6 echo ">> From this version forward you only have to do this command once:"
7 echo ">> ln -s /opt/veetle ~/.veetle_vlc"
8 echo ">>"
11 post_upgrade() {
12 echo ">>"
13 echo ">> Do the following commands as your user and not as root!"
14 echo ">> If you had installed any version before 0.9.17+-1 then you have to do:"
15 echo ">> rm -r ~/.veetle_vlc"
16 echo ">> From this version forward you only have to do this command once:"
17 echo ">> ln -s /opt/veetle ~/.veetle_vlc"
18 echo ">>"
20 post_remove() {
21 echo ">>"
22 echo ">> Do the following commands as your user and not as root!"
23 echo ">> To completely remove the package:"
24 echo ">> unlink ~/.veetle_vlc"
25 echo ">> If you had installed any version before 0.9.17+-1 then you have to do:"
26 echo ">> rm -r ~/.veetle_vlc"
27 echo ">>"