diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-21 15:02:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-23 23:21:41 -0500 |
commit | 65b806a790a5eec2322d284ced6f2d73a94ce7e7 (patch) | |
tree | 8000a2dad2c40812898511ab6487a6faeab7c736 /network/zarafa-webaccess-ajax/doinst.sh | |
parent | 0bd998d3199e7c2ff5d9ff55905c83c8fbd943b3 (diff) | |
download | slackbuilds-65b806a790a5eec2322d284ced6f2d73a94ce7e7.tar.gz |
network/zarafa-webaccess-ajax: Removed (missing dependency)
libvmime-zarafa was removed due to build failure, so
zarafa can't build, and therefore neither can this...
Diffstat (limited to 'network/zarafa-webaccess-ajax/doinst.sh')
-rw-r--r-- | network/zarafa-webaccess-ajax/doinst.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/network/zarafa-webaccess-ajax/doinst.sh b/network/zarafa-webaccess-ajax/doinst.sh deleted file mode 100644 index 19a6ff6ac8..0000000000 --- a/network/zarafa-webaccess-ajax/doinst.sh +++ /dev/null @@ -1,13 +0,0 @@ -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... -} - |