Add proper conflicts

This commit is contained in:
dr460nf1r3 2021-07-02 17:06:52 +02:00
parent c719403b0c
commit 5b9c915219
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2
2 changed files with 2 additions and 1 deletions

View File

@ -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() {

View File

@ -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!"