diff --git a/PKGBUILD b/PKGBUILD index f4ce2e7..82ceb8d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=darkline-postinst -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc="Fixes for termux-pacman and config updates, installs with updated keyring so it will be automatically installed on every device." arch=('any') diff --git a/darkline-postinst.install b/darkline-postinst.install index 2ab494a..7a82fa3 100644 --- a/darkline-postinst.install +++ b/darkline-postinst.install @@ -1,6 +1,6 @@ post_install() { 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" done