#!/usr/bin/env ash # # Copyright (C) 2023 AuxXxilium and Ing # # This is free software, licensed under the MIT License. # See /LICENSE for more information. # if [ "${1}" = "late" ]; then echo "Installing addon hdddb - ${1}" mkdir -p "/tmpRoot/usr/arc/addons/" cp -vf "${0}" "/tmpRoot/usr/arc/addons/" cp -vf /usr/bin/hdddb.sh /tmpRoot/usr/bin/hdddb.sh mkdir -p "/tmpRoot/usr/lib/systemd/system" DEST="/tmpRoot/usr/lib/systemd/system/hdddb.service" cat > ${DEST} </tmpRoot/usr/arc/revert.sh && chmod +x /tmpRoot/usr/arc/revert.sh echo "/usr/bin/hdddb.sh --restore" >> /tmpRoot/usr/arc/revert.sh echo "rm -f /usr/bin/hdddb.sh" >> /tmpRoot/usr/arc/revert.sh fi