From 1410c52c1b25e34e0138e8a7c348b1db41ac7751 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 30 Aug 2017 12:09:11 +0200 Subject: [PATCH] Keep the pacman sync database --- rootfs/usr/share/libalpm/hooks/package-cleanup.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/share/libalpm/hooks/package-cleanup.hook b/rootfs/usr/share/libalpm/hooks/package-cleanup.hook index e8e28a7..448d871 100644 --- a/rootfs/usr/share/libalpm/hooks/package-cleanup.hook +++ b/rootfs/usr/share/libalpm/hooks/package-cleanup.hook @@ -8,4 +8,4 @@ Target = * Description = Cleaning up package cache... Depends = coreutils When = PostTransaction -Exec = /usr/bin/rm -rf /var/cache/pacman/pkg /var/lib/pacman/sync +Exec = /usr/bin/rm -rf /var/cache/pacman/pkg