diff options
Diffstat (limited to 'system/graphviz/graphviz.pre-deinstall')
-rw-r--r-- | system/graphviz/graphviz.pre-deinstall | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/graphviz/graphviz.pre-deinstall b/system/graphviz/graphviz.pre-deinstall new file mode 100644 index 000000000..cfc43bf6a --- /dev/null +++ b/system/graphviz/graphviz.pre-deinstall @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ -e /usr/lib/graphviz/config6 ]; then + rm /usr/lib/graphviz/config6 +fi |