Added update-alternatives fix for all packages that rely on it.
новый файл: 01-alternatives.sh новый файл: darkline-postinst.install изменено: PKGBUILD
This commit is contained in:
10
darkline-postinst.install
Normal file
10
darkline-postinst.install
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user