Fixed fixes path

изменено:      PKGBUILD
	изменено:      darkline-postinst.install
This commit is contained in:
2025-08-21 22:00:51 +03:00
parent 890cace550
commit 698b839678
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
pkgname=darkline-postinst pkgname=darkline-postinst
pkgver=2.0.0 pkgver=2.0.1
pkgrel=1 pkgrel=1
pkgdesc="Fixes for termux-pacman and config updates, installs with updated keyring so it will be automatically installed on every device." pkgdesc="Fixes for termux-pacman and config updates, installs with updated keyring so it will be automatically installed on every device."
arch=('any') arch=('any')

View File

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