summaryrefslogtreecommitdiffstats
path: root/accessibility/speech-dispatcher/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/speech-dispatcher/doinst.sh')
-rw-r--r--accessibility/speech-dispatcher/doinst.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/accessibility/speech-dispatcher/doinst.sh b/accessibility/speech-dispatcher/doinst.sh
deleted file mode 100644
index d99dba1aac..0000000000
--- a/accessibility/speech-dispatcher/doinst.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-config() {
- NEW="$1"
- OLD="$(dirname $NEW)/$(basename $NEW .new)"
- if [ ! -r $OLD ]; then
- mv $NEW $OLD
- elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
- rm $NEW
- fi
-}