# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/tlp/tlp.conf # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- tlp_postinstall () { local files=$(grep -nr \#\!/bin/sh $(cat /var/adm/flists/tlp | awk -F' ' '{ print("/"$2); }') | grep tlp | cut -d: -f1 | sort -u) sed -i 's/^\#\!\/bin\/sh$/\#\!\/bin\/bash/' ${files} } hook_add postflist 5 tlp_postinstall