summaryrefslogtreecommitdiff
path: root/src/install.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-31 00:08:02 +0100
committerdavidovski <david@davidovski.xyz>2022-03-31 00:08:02 +0100
commitf6f10ace48e249b0f1d6da28ad0a03b65b92e306 (patch)
treeff23d17b6d9a56379ecd588be55a38991c6ae039 /src/install.sh
parentf792605319643c5d4a1c51e15fdadb0ca041c84e (diff)
removed extra printsv1.1.5
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh
index 736ce6e..d8823ac 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -60,7 +60,7 @@ total_filecount() {
run_postinstall () {
postinstall="${SYSROOT}/var/lib/xipkg/postinstall"
if [ -d $postinstall ]; then
- for file in $(ls $postinstall/*.sh); do
+ for file in $(ls $postinstall); do
f=$(basename $file)
# run the postinstall file