diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2024-04-10 15:36:32 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-04-25 02:48:27 +0000 |
commit | 7730de23769b58eaa968bdf2421f279eef2e1120 (patch) | |
tree | 445f158b9d096f3ff17e0226141df6986185ba2e /user/apaste/apasted.post-install | |
parent | 503e8ce2cbe2e0498f9227e5da4e9a50d9de6b61 (diff) | |
download | packages-7730de23769b58eaa968bdf2421f279eef2e1120.tar.gz packages-7730de23769b58eaa968bdf2421f279eef2e1120.tar.bz2 packages-7730de23769b58eaa968bdf2421f279eef2e1120.tar.xz packages-7730de23769b58eaa968bdf2421f279eef2e1120.zip |
user/apaste: fix and simplify APKBUILD
Diffstat (limited to 'user/apaste/apasted.post-install')
-rw-r--r-- | user/apaste/apasted.post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/user/apaste/apasted.post-install b/user/apaste/apasted.post-install new file mode 100644 index 000000000..aba532a62 --- /dev/null +++ b/user/apaste/apasted.post-install @@ -0,0 +1,7 @@ +#!/bin/sh -e + +mkdir -p -m 0755 /var/log +list="/var/log/apasted-4 /var/log/apasted-6 /var/log/apastesd-4 /var/log/apastesd-6" +mkdir -p -m 0755 $list +chown apastedlog:apasted $list +chmod 02755 $list |