fix(ghostty-nightly): Service is back AGAIN (#5939) (#5943)

* fix(ghostty-nightly): Service is back AGAIN..

* fix: The service has a slightly different name now



---------


(cherry picked from commit 0350879ec4)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-07-26 22:51:53 -07:00
committed by GitHub
parent 324db0cd5d
commit dd0fcf45af
@@ -219,6 +219,7 @@ rm -rf %{buildroot}%{_datadir}/terminfo/g/%{base_name}
%{_iconsdir}/hicolor/1024x1024/apps/%{appid}.png
%{_mandir}/man1/%{base_name}.1.gz
%{_mandir}/man5/%{base_name}.5.gz
%{_userunitdir}/app-%{appid}.service
%files bash-completion
%{bash_completions_dir}/%{base_name}.bash
@@ -265,6 +266,15 @@ rm -rf %{buildroot}%{_datadir}/terminfo/g/%{base_name}
%endif
%{_datadir}/terminfo/x/xterm-%{base_name}
%post
%systemd_user_post app-%{appid}.service
%preun
%systemd_user_preun app-%{appid}.service
%postun
%systemd_user_postun app-%{appid}.service
%changelog
* Sat May 31 2025 Gilver E. <rockgrub@disroot.org> - 1.1.4~tip^20250531git1ff9162
- Updated for Zig 0.14.0