diff options
| author | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-18 17:31:04 +0200 |
|---|---|---|
| committer | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-18 17:31:04 +0200 |
| commit | 42d8e639fffbd3907d8590f1d54e4e78a0b852bb (patch) | |
| tree | b73f382145d4c67ec23d687f402d0c14954e0b59 /raveos-calamares-theme/PKGBUILD | |
| parent | 78db9e0387e74a0a91b3cdf2d9eb81798826c7d8 (diff) | |
| download | RaveOS-PKGBUILD-42d8e639fffbd3907d8590f1d54e4e78a0b852bb.tar.gz RaveOS-PKGBUILD-42d8e639fffbd3907d8590f1d54e4e78a0b852bb.zip | |
Diffstat (limited to 'raveos-calamares-theme/PKGBUILD')
| -rw-r--r-- | raveos-calamares-theme/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index 67a21fe..54a6325 100644 --- a/raveos-calamares-theme/PKGBUILD +++ b/raveos-calamares-theme/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: nippy <nippy@tuta.io> pkgname=raveos-calamares-theme pkgver=2.0.0 -pkgrel=53 +pkgrel=54 pkgdesc="RaveOS Calamares Theme" arch=('any') url="https://git.rp1.hu/RaveOS" @@ -24,4 +24,7 @@ package() { install -Dm755 "${startdir}/etc/calamares/modules/calamares-gpu-drivers.sh" \ "${pkgdir}/etc/calamares/modules/calamares-gpu-drivers.sh" + + install -Dm755 "${startdir}/etc/calamares/modules/raveos-chown-homes.sh" \ + "${pkgdir}/etc/calamares/modules/raveos-chown-homes.sh" } |