summarylogtreecommitdiffstats
path: root/amar.install
diff options
context:
space:
mode:
Diffstat (limited to 'amar.install')
-rwxr-xr-xamar.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/amar.install b/amar.install
index cbfd47076ee9..275421b67d0e 100755
--- a/amar.install
+++ b/amar.install
@@ -1,6 +1,6 @@
post_install() {
- echo "YOU HAVE TO REENABLE AMAR AFTER THIS UPGRADE"
- sed -i -e '/^#Do not disable AMAR/,+3d' /etc/pacman.conf
+ rm /var/lib/pacman/db.lck
+ pacman -Syy
}
post_upgrade() {