summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeph2021-06-11 00:17:42 +0200
committerZeph2021-06-11 00:17:42 +0200
commit3ae48e87c03c028a0f64b743888f01cb5d16307a (patch)
tree6d66c9442736d698f11ad54f31d6954734cdcfcf
parentff632da085f4b2e5f2e4fb291da8ca408fb27bd7 (diff)
downloadaur-3ae48e87c03c028a0f64b743888f01cb5d16307a.tar.gz
Fix Appstream
-rw-r--r--pamac.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/pamac.install b/pamac.install
index e1a04ebc471e..10a07b61222f 100644
--- a/pamac.install
+++ b/pamac.install
@@ -24,7 +24,6 @@ post_install() {
# enable systemd timers
mkdir -p /etc/systemd/system/timers.target.wants
ln -sf /usr/lib/systemd/system/pamac-cleancache.timer /etc/systemd/system/timers.target.wants/pamac-cleancache.timer
- /etc/pacman.d/hooks.bin/fix-appstream-data.sh
# restore old conf
restore_conf
}