]> git.pld-linux.org Git - packages/docbook-mathml.git/commitdiff
- fixed post/preun broken in previous commit
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Mar 2003 17:16:52 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docbook-mathml.spec -> 1.3

docbook-mathml.spec

index 4990ba8e3b21a0f70170cbe120cc0f8703ea98dc..5d96d1ed3120af2076d430568ce48d7aea4155c5 100644 (file)
@@ -45,14 +45,17 @@ install dbmathml.dtd $RPM_BUILD_ROOT%{dtd_path}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+# NOTE: empty lines after %%xmlcat_* are needed by rpm macro with parameters
 %post
 if ! grep -q %{xmlcat_file} /etc/xml/catalog ; then
     %xmlcat_add %{xmlcat_file}
+
 fi
 
 %preun
 if [ "$1" = "0" ] ; then
     %xmlcat_del %{xmlcat_file}
+
 fi
 
 %files
This page took 0.057221 seconds and 4 git commands to generate.