diff options
| author | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-09 14:56:35 +0200 |
|---|---|---|
| committer | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-09 14:56:35 +0200 |
| commit | a65fb557cfce85e27448139e9c0317c36b7d06cb (patch) | |
| tree | 992d87ce48602f79e09b60ba26bfc4b4b53e587a /raveos-plasma-theme/PKGBUILD | |
| parent | 25af5fa7814cd4c1d8bf31e0d50cebfb6c29a4ba (diff) | |
| download | RaveOS-PKGBUILD-a65fb557cfce85e27448139e9c0317c36b7d06cb.tar.gz RaveOS-PKGBUILD-a65fb557cfce85e27448139e9c0317c36b7d06cb.zip | |
Diffstat (limited to 'raveos-plasma-theme/PKGBUILD')
| -rw-r--r-- | raveos-plasma-theme/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/raveos-plasma-theme/PKGBUILD b/raveos-plasma-theme/PKGBUILD index 1e3a8f9..bdaad3a 100644 --- a/raveos-plasma-theme/PKGBUILD +++ b/raveos-plasma-theme/PKGBUILD @@ -2,7 +2,7 @@ pkgname=raveos-plasma-theme pkgver=1.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="RaveOS Plasma theme payload and installer" arch=('any') url="https://raveos.local" @@ -46,6 +46,7 @@ package() { install -dm755 "${pkgdir}/etc/xdg" install -Dm644 "${startdir}/kdeglobals" "${pkgdir}/etc/xdg/kdeglobals" + install -Dm644 "${startdir}/plasmarc" "${pkgdir}/etc/xdg/plasmarc" install -Dm644 "${startdir}/kwalletrc" "${pkgdir}/etc/xdg/kwalletrc" install -Dm644 "${startdir}/ksplashrc" "${pkgdir}/etc/xdg/ksplashrc" install -Dm644 "${startdir}/kscreenlockerrc" "${pkgdir}/etc/xdg/kscreenlockerrc" |