Your IP : 3.15.10.117
#!/bin/sh set -e # Remove the configuration file if present, see README.Debian-packaging # Needed only in libgraphivzN if [ -f /usr/lib/graphviz/config6 ]; then rm -f /usr/lib/graphviz/config6 fi if [ -f /usr/lib/graphviz/config6a ]; then rm -f /usr/lib/graphviz/config6a fi |