From 5b9c9152197c5fa8c05aae396a7ef47d0e6a3484 Mon Sep 17 00:00:00 2001 From: dr460nf1r3 Date: Fri, 2 Jul 2021 17:06:52 +0200 Subject: [PATCH] Add proper conflicts --- PKGBUILD | 1 + usr/bin/update | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0b672b4..82eb4fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,6 +27,7 @@ optdepends=('ananicy: Automatically set nice levels for apps' 'powersave-tweaks: Tuning for lower power usage' 'uresourced: Allocate more ressources for the graphical user') makedepends=('polkit') +conflicts=('systemd-swap') install=$pkgname.install package() { diff --git a/usr/bin/update b/usr/bin/update index d147340..82b140c 100755 --- a/usr/bin/update +++ b/usr/bin/update @@ -23,5 +23,5 @@ fi echo "" # Update mlocate index -pacman -Qs mlocate > /dev/null && echo "Updating mlocate index.." && sudo updatedb +pacman -Qq mlocate > /dev/null && echo "Updating mlocate index.." && sudo updatedb echo "System updated!"