updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / alawalk / alawalk.install
blob1d68f954f0fb39fe5e109b988f83c22ead1b19a9
1 ## arg 1:  the new package version
2 post_install() {
3   echo "If you wish to change any of the settings, run /usr/share/alawalk/install.sh as root."
4   echo "Please don't use install.sh to uninstall or update this package."
5   echo "You have pacman for that."
8 ## arg 1:  the new package version
9 ## arg 2:  the old package version
10 post_upgrade() {
11   post_install
14 # vim:set ts=2 sw=2 et: