summaryrefslogtreecommitdiffstats
path: root/extra/source/fvwm-2.6.1/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/fvwm-2.6.1/doinst.sh')
-rw-r--r--extra/source/fvwm-2.6.1/doinst.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/source/fvwm-2.6.1/doinst.sh b/extra/source/fvwm-2.6.1/doinst.sh
new file mode 100644
index 000000000..087da9e3e
--- /dev/null
+++ b/extra/source/fvwm-2.6.1/doinst.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+config() {
+ NEW="$1"
+ OLD="`dirname $NEW`/`basename $NEW .new`"
+ # If there's no config file by that name, mv it over:
+ if [ ! -r $OLD ]; then
+ mv $NEW $OLD
+ elif [ "`cat $OLD | md5sum`" = "`cat $NEW | md5sum`" ]; then # toss the redundant copy
+ rm $NEW
+ fi
+ # Otherwise, we leave the .new copy for the admin to consider...
+}
+# Might need this later
+#config etc/X11/fvwm2/system.fvwm2rc.new