Add proper conflicts
This commit is contained in:
parent
c719403b0c
commit
5b9c915219
2 changed files with 2 additions and 1 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -27,6 +27,7 @@ optdepends=('ananicy: Automatically set nice levels for apps'
|
||||||
'powersave-tweaks: Tuning for lower power usage'
|
'powersave-tweaks: Tuning for lower power usage'
|
||||||
'uresourced: Allocate more ressources for the graphical user')
|
'uresourced: Allocate more ressources for the graphical user')
|
||||||
makedepends=('polkit')
|
makedepends=('polkit')
|
||||||
|
conflicts=('systemd-swap')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
|
@ -23,5 +23,5 @@ fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Update mlocate index
|
# 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!"
|
echo "System updated!"
|
||||||
|
|
Loading…
Reference in a new issue