summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-calamares-theme/PKGBUILD')
-rw-r--r--raveos-calamares-theme/PKGBUILD5
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"
}