summarylogtreecommitdiffstats
path: root/amar.install
blob: 275421b67d0e735cb2a1a1b15f09f5c64dafc911 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  rm /var/lib/pacman/db.lck
  pacman -Syy 
}

post_upgrade() {
  post_install
}

# vim: ts=2 sw=2 et: