void-packages/srcpkgs/graphviz/REMOVE
Juan RP 45b8a06f71 Added graphviz-2.26.0 build template.
--HG--
extra : convert_revision : 46693a44c8f9f52ad2dde15707c0fd0a01631938
2010-01-21 17:17:39 +01:00

14 lines
240 B
Plaintext

#
# This script removes dot -c generated files.
#
case "${ACTION}" in
pre)
if [ -f usr/lib/graphviz/config ]; then
rm -f usr/lib/graphviz/config
fi
if [ -f usr/lib/graphviz/config6 ]; then
rm -f usr/lib/graphviz/config6
fi
;;
esac