]> granicus.if.org Git - graphviz/commitdiff
belt and braces removal of config file
authorellson <devnull@localhost>
Wed, 8 Aug 2007 16:37:36 +0000 (16:37 +0000)
committerellson <devnull@localhost>
Wed, 8 Aug 2007 16:37:36 +0000 (16:37 +0000)
graphviz.spec.in

index 8719b4d11dafe4a5eaacd0e1866d166c879a4520..2111dc31de98378b0aec1d33bab164e927fd310b 100644 (file)
@@ -148,6 +148,11 @@ of graphs (as in nodes and edges, not as in barcharts).
 if ! test -x %{_bindir}/dot; then
        rm -f %{_libdir}/graphviz/config || :
 fi
+# "belt and braces"
+# be sure that config is removed if main package is gone
+if [ $1 -eq 0 ]; then
+       rm -f %{_libdir}/graphviz/config || :
+fi
 /sbin/ldconfig
 
 %files