1
0
Fork 0
mirror of synced 2024-11-22 10:05:37 -05:00

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> # Maintainer: Librewish <librewish@gmail.com>
pkgname=garuda-common-settings pkgname=garuda-common-settings
pkgver=2.1.0 pkgver=2.1.1
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"

View file

@ -3,7 +3,7 @@ Description=Pacman lock cleaner
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=rm /var/lib/pacman/db.lck ExecStart=rm -f /var/lib/pacman/db.lck
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target