commit 6a7ad1949e3f9f74c52ae3e9bae96bb2f7549f4b
parent 8e9e8f8f86af3a7eab08d6cfd61dcd0d0362db2c
Author: Cem Keylan <cem@ckyln.com>
Date: Thu, 30 Apr 2020 20:46:55 +0300
kiss: use pkg_db instead of sys_db
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/kiss
@@ -949,7 +949,7 @@ pkg_remove() {
else
rm -f "$KISS_ROOT/$file"
fi
- done < "$sys_db/$1/manifest"
+ done < "$pkg_db/$1/manifest"
# Reset 'trap' to its original value. Removal is done so
# we no longer need to block 'Ctrl+C'.