- Remove unneeded cleanup of desktop drop-in

- 20230420

OBS-URL: https://build.opensuse.org/package/show/devel:microos/plasma-branding-MicroOS?expand=0&rev=14
This commit is contained in:
Richard Brown 2023-04-20 10:48:29 +00:00 committed by Git OBS Bridge
parent 30647487ad
commit 68464cf969
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 20 10:48:13 UTC 2023 - Richard Brown <rbrown@suse.com>
- Remove unneeded cleanup of desktop drop-in
- 20230420
-------------------------------------------------------------------
Wed Apr 19 16:04:49 UTC 2023 - Richard Brown <rbrown@suse.com>

View File

@ -35,7 +35,7 @@ Requires: libqt5-qdbus
Requires: sound-theme-freedesktop
Requires: transactional-update
Conflicts: gnome-branding-MicroOS
Version: 20230419
Version: 20230420
Release: 0
%description
@ -62,10 +62,6 @@ install -d %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.conf.d
install -m644 50-desktop.conf %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.conf.d/50-desktop.conf
%post
# Cleanup invalid (never used) location of 50-desktop.conf dropin
if test %{_prefix}%{_sysconfdir}/transactional-update.d/50-desktop.conf
rm %{_prefix}%{_sysconfdir}/transactional-update.d/50-desktop.conf
fi
%postun