Don't error if there is no pacman lock to delete
This commit is contained in:
parent
892ccc3b63
commit
d74438ee6f
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue