]> git.pld-linux.org Git - packages/firestarter.git/commitdiff
- missing post/preun for gconf
authorwrobell <wrobell@pld-linux.org>
Sun, 10 Apr 2005 00:24:52 +0000 (00:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firestarter.spec -> 1.35

firestarter.spec

index 069a05a84b94072d5e3c635aa9d708b2de65ab7f..d81a6b87b60a0cf7ab70bd3292c0f4a3e3eec10b 100644 (file)
@@ -63,6 +63,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %find_lang %{name} --with-gnome
 
+%post
+%gconf_schema_install /etc/gconf/schemas/firestarter.schemas
+
+%preun
+if [ $1 = 0 ]; then
+    %gconf_schema_uninstall /etc/gconf/schemas/firestarter.schemas
+fi
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.057377 seconds and 4 git commands to generate.