Skip to content

Commit

Permalink
pkg: danctnix: danctnix-tweaks: fix offline updates
Browse files Browse the repository at this point in the history
Signed-off-by: Danct12 <[email protected]>
  • Loading branch information
Danct12 committed Nov 19, 2021
1 parent 8d05caa commit bcf8280
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PKGBUILDS/danctnix/danctnix-tweaks/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=danctnix-tweaks
pkgver=0.3
pkgrel=1
pkgrel=2
pkgdesc="Tweaks made to DanctNIX Mobile."
arch=(any)
url="https://danctnix.org"
Expand All @@ -18,6 +18,10 @@ package() {
install -Dm644 "$srcdir/packagekit-rm-lock.service" "$pkgdir/usr/lib/systemd/system/packagekit-rm-lock.service"
mkdir -p "$pkgdir/usr/lib/systemd/system/system-update.target.wants"
ln -s ../packagekit-rm-lock.service "$pkgdir/usr/lib/systemd/system/system-update.target.wants/packagekit-rm-lock.service"

# FIX: PackageKit Offline Update
ln -s ../packagekit-offline-update.service \
"$pkgdir/usr/lib/systemd/system/system-update.target.wants/packagekit-offline-update.service"
}
md5sums=('3b3ccac2ebb5ada20d81f758c1591a19'
'002308e4f5d9c10fade7eec8cfcde1b0')

0 comments on commit bcf8280

Please sign in to comment.