Fixed fixes path
изменено: PKGBUILD изменено: darkline-postinst.install
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -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')
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user