Files
darkline-postinst/darkline-postinst.install
kirill 698b839678 Fixed fixes path
изменено:      PKGBUILD
	изменено:      darkline-postinst.install
2025-08-21 22:00:51 +03:00

11 lines
198 B
Plaintext

post_install() {
echo "Running all afterthought fixes..."
for f in /data/data/com.termux/files/usr/etc/.darkcustom/fixes/*.sh; do
bash "$f"
done
}
post_upgrade() {
post_install
}