diff options
| author | davidovski <david@davidovski.xyz> | 2022-01-18 18:34:54 +0000 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2022-01-18 18:34:54 +0000 | 
| commit | 7ba337c6805b1571e3212f37fa9545bd813fa361 (patch) | |
| tree | e85be3fe8435a39725a6674fc4ef9ff073fc38fd | |
| parent | 433c9fc4acc000e29c0c9675b3cff7c9601105eb (diff) | |
fixed mistake in default.conf
| -rw-r--r-- | default.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/default.conf b/default.conf index d5a5594..76e50b7 100644 --- a/default.conf +++ b/default.conf @@ -3,7 +3,7 @@ dir {      keychain    /var/lib/xipkg/keychain      sources     /var/lib/xipkg/sources      installed   /var/lib/xipkg/installed -    postinstall /var/lib/postinstall +    postinstall /var/lib/xipkg/postinstall      cache       /var/cache/xipkg  } | 
