diff options
author | Yigit Sever | 2021-10-29 01:30:24 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-29 01:30:24 +0300 |
commit | 31d147b20c67d95a9e306d0749200bf964ac42af (patch) | |
tree | b0fbe2bb5aa0fec9983746a91d188643ca93466d /simple-http-server-git/simple-http-server-git.install | |
parent | 4a31e5e0f3442a4a5ec9fba94f7bbc2c88312c69 (diff) | |
download | packages-31d147b20c67d95a9e306d0749200bf964ac42af.tar.gz packages-31d147b20c67d95a9e306d0749200bf964ac42af.tar.bz2 packages-31d147b20c67d95a9e306d0749200bf964ac42af.zip |
Use actual files instead of submodules
Diffstat (limited to 'simple-http-server-git/simple-http-server-git.install')
-rw-r--r-- | simple-http-server-git/simple-http-server-git.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/simple-http-server-git/simple-http-server-git.install b/simple-http-server-git/simple-http-server-git.install new file mode 100644 index 0000000..57a17e7 --- /dev/null +++ b/simple-http-server-git/simple-http-server-git.install | |||
@@ -0,0 +1,5 @@ | |||
1 | # arg 1: the new package version | ||
2 | post_install() { | ||
3 | echo 'Paths must be escaped when starting Systemd service' | ||
4 | echo 'example: systemctl start simple-http-server@$(systemd-escape -p /path/to/directory)' | ||
5 | } | ||