diff --git a/PKGBUILD b/PKGBUILD index 07080a0..4b20ae5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Librewish pkgname=garuda-common-settings -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 arch=('any') url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" diff --git a/usr/lib/systemd/system/garuda-pacman-lock.service b/usr/lib/systemd/system/garuda-pacman-lock.service index bcfce92..70b63eb 100644 --- a/usr/lib/systemd/system/garuda-pacman-lock.service +++ b/usr/lib/systemd/system/garuda-pacman-lock.service @@ -3,7 +3,7 @@ Description=Pacman lock cleaner [Service] Type=oneshot -ExecStart=rm /var/lib/pacman/db.lck +ExecStart=rm -f /var/lib/pacman/db.lck [Install] WantedBy=multi-user.target