]> git.pld-linux.org Git - packages/pulseaudio.git/commitdiff
- post{,un} scripts added to the gsettings subpackage
authorBartek Szady <bszx@bszx.eu>
Sun, 27 Sep 2020 09:30:43 +0000 (11:30 +0200)
committerBartek Szady <bszx@bszx.eu>
Sun, 27 Sep 2020 09:44:07 +0000 (11:44 +0200)
pulseaudio.spec

index 2f00d55ba81cee614feaefe4cc7326b2d654f2ee..5274cd8bafa8b1138bd3e69ec6c735f5572e5744 100644 (file)
@@ -482,6 +482,14 @@ if [ -f %{_sysconfdir}/polypaudio/client.conf.rpmsave ]; then
        mv -f %{_sysconfdir}/polypaudio/client.conf.rpmsave %{_sysconfdir}/pulse/client.conf
 fi
 
+%post gsettings
+%glib_compile_schemas
+
+%postun gsettings
+if [ "$1" = "0" ]; then
+        %glib_compile_schemas
+fi
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc LICENSE NEWS README
This page took 0.11869 seconds and 4 git commands to generate.