Added update-alternatives fix for all packages that rely on it.

новый файл:    01-alternatives.sh
	новый файл:    darkline-postinst.install
	изменено:      PKGBUILD
This commit is contained in:
2025-08-21 21:47:16 +03:00
parent e3a622c05c
commit 6c48edaed3
2 changed files with 136 additions and 0 deletions

10
darkline-postinst.install Normal file
View File

@@ -0,0 +1,10 @@
post_install() {
echo "Running all afterthought fixes..."
for f in /data/data/com.termux/usr/etc/.darkcustom/fixes/*.sh; do
bash "$f"
done
}
post_upgrade() {
post_install
}