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