summaryrefslogtreecommitdiff
path: root/system/samsung-mfp-drivers/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2014-08-03 09:33:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-03 09:33:27 +0700
commiteab461e1a9391a3d83834a3acb53a55a5269a6c1 (patch)
tree03b578c7aaa09df8309fdad6599d24dbcd78b98e /system/samsung-mfp-drivers/doinst.sh
parent552452bcdaaafa4cbe444e235378bfbc2be231e1 (diff)
downloadslackbuilds-eab461e1a9391a3d83834a3acb53a55a5269a6c1.tar.gz
system/samsung-mfp-drivers: Added (Samsung Multi Printer Drivers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/samsung-mfp-drivers/doinst.sh')
-rw-r--r--system/samsung-mfp-drivers/doinst.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/samsung-mfp-drivers/doinst.sh b/system/samsung-mfp-drivers/doinst.sh
new file mode 100644
index 0000000000..82eeb0e03f
--- /dev/null
+++ b/system/samsung-mfp-drivers/doinst.sh
@@ -0,0 +1,14 @@
+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...
+}
+
+config etc/sane.d/smfp-samsung.conf.new