summarylogtreecommitdiffstats
path: root/amar.install
blob: cbfd47076ee93274234c32202962ce215b546f30 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "YOU HAVE TO REENABLE AMAR AFTER THIS UPGRADE"
  sed -i -e '/^#Do not disable AMAR/,+3d' /etc/pacman.conf 
}

post_upgrade() {
  post_install
}

# vim: ts=2 sw=2 et: