updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / acire-bzr / acire.install
blobba92f404afcdd52cd45f3a2354d9778c84bef40a
1 post_install() {
2     echo ">>> Depends on the code snippets you want to run"
3     echo ">>> You may want to intall some additional packages by "
4     echo ">>> using pacman or yaorut. For example:"
5     echo ">>> python-twitter for twitter snippets"
6     echo ">>> python-clutter for clutter snippets"
7     echo ">>> pywebkitgtk for webkit snippets"
8     echo ">>> ......"
9     echo ">>> You can install any package whatever you want."
10     echo ">>> It's your own choice and ... risk."
11     echo ">>> Good luck."
14 post_upgrade() {
15     post_install $1
18 post_remove() {