summaryrefslogtreecommitdiffstats
path: root/system/sbpkg/doinst.sh
blob: 214b738953fc4dca90f893b46ad74e3df3993c42 (plain)
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
}

config etc/sbpkg/sbpkg.conf.new
config etc/sbpkg/blacklist.new