diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-07 21:48:54 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-07 21:48:54 +0200 |
| commit | af2a945312ebb5829b4ed71e93ce611f6b5d00e9 (patch) | |
| tree | 20e1fd9dc49180c7ac4cfb731b7d19d327eaad68 /raveos-calamares-theme | |
| parent | f5da204b119ea9b4c2e4f9828bafc458a085f53d (diff) | |
| download | RaveOS-PKGBUILD-af2a945312ebb5829b4ed71e93ce611f6b5d00e9.tar.gz RaveOS-PKGBUILD-af2a945312ebb5829b4ed71e93ce611f6b5d00e9.zip | |
raveos update
Diffstat (limited to 'raveos-calamares-theme')
3 files changed, 2 insertions, 2 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index f12fa5e..3547076 100644 --- a/raveos-calamares-theme/PKGBUILD +++ b/raveos-calamares-theme/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: AlexC <alexc@alexc.hu> pkgname=raveos-calamares-theme pkgver=2.0.0 -pkgrel=7 +pkgrel=8 pkgdesc="RaveOS Calamares Theme" arch=('any') url="https://git.rp1.hu/RaveOS" diff --git a/raveos-calamares-theme/etc/calamares/modules/netinstall-desktop.yaml b/raveos-calamares-theme/etc/calamares/modules/netinstall-desktop.yaml index 953416a..3e81174 100644 --- a/raveos-calamares-theme/etc/calamares/modules/netinstall-desktop.yaml +++ b/raveos-calamares-theme/etc/calamares/modules/netinstall-desktop.yaml @@ -116,7 +116,6 @@ - hyprwire - hyprpaper - dms-shell-git - - kdeconnect - kitty - thunar - thunar-volman diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf index e20300f..c779458 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf @@ -23,5 +23,6 @@ script: - "if [ -x ${ROOT}/usr/lib/raveos-cosmic-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-cosmic-theme/auto-apply.sh; fi" - "if [ -x ${ROOT}/usr/lib/raveos-kde-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-kde-theme/auto-apply.sh; fi" - "if [ -x ${ROOT}/usr/lib/raveos-hyprland-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-hyprland-theme/auto-apply.sh; fi" + - "-rm -rf ${ROOT}/etc/xdg/quickshell/dms-plugins/DankKDEConnect" - "install -Dm644 /etc/systemd/system/reflector-once.service ${ROOT}/etc/systemd/system/reflector-once.service" - "chroot ${ROOT} systemctl enable reflector-once.service"
\ No newline at end of file |