Don't error if there is no pacman lock to delete

This commit is contained in:
TNE 2021-09-20 02:16:19 +02:00
parent 892ccc3b63
commit d74438ee6f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Librewish <librewish@gmail.com>
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"

View File

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