новый файл: 01-alternatives.sh новый файл: darkline-postinst.install изменено: PKGBUILD
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
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
|
|
}
|