diff options
| author | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
|---|---|---|
| committer | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
| commit | 5d94c0a7d44a2255b81815a52a7056a94a39842d (patch) | |
| tree | 759bdea9645c6a62f9e1e4c001f7d81cccd120d2 /raveos-theme/gnome/raveos-gnome-theme.install | |
| parent | e79cdf210b267f21a186255ce1a4d50029439d54 (diff) | |
| download | RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.tar.gz RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.zip | |
update Raveos themes
Diffstat (limited to 'raveos-theme/gnome/raveos-gnome-theme.install')
| -rw-r--r-- | raveos-theme/gnome/raveos-gnome-theme.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/raveos-theme/gnome/raveos-gnome-theme.install b/raveos-theme/gnome/raveos-gnome-theme.install new file mode 100644 index 0000000..d4ab8ff --- /dev/null +++ b/raveos-theme/gnome/raveos-gnome-theme.install @@ -0,0 +1,13 @@ +post_install() { + if command -v systemctl >/dev/null 2>&1; then + systemctl enable raveos-gnome-theme-apply.service >/dev/null 2>&1 || true + fi + + if [[ -x /usr/lib/raveos-gnome-theme/auto-apply.sh ]]; then + /usr/lib/raveos-gnome-theme/auto-apply.sh || true + fi +} + +post_upgrade() { + post_install +} |