summarylogtreecommitdiffstats
path: root/ariang-post-install.hook
diff options
context:
space:
mode:
authorZhang Hua2024-03-29 19:14:18 +0800
committerZhang Hua2024-03-29 19:14:18 +0800
commite2505cacb470d4263014869073ceb1ef85a8ae2d (patch)
tree63f7d0afad82921c6b9a1f6b48ba88f7b5de154c /ariang-post-install.hook
parentc3503a5b1e6364cf64d4bc49944bc4eeaab746d6 (diff)
downloadaur-ariang-git.tar.gz
Fix build
Also follow cinny's package structure: Move /usr/share/ariang to /usr/share/webapps/ariang
Diffstat (limited to 'ariang-post-install.hook')
-rw-r--r--ariang-post-install.hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/ariang-post-install.hook b/ariang-post-install.hook
index af6c670385a9..e6baa9ac16b6 100644
--- a/ariang-post-install.hook
+++ b/ariang-post-install.hook
@@ -7,4 +7,4 @@ Target = ariang-git
[Action]
Description = Notifying user about manual operations...
When = PostTransaction
-Exec = /usr/bin/echo "Please copy /usr/share/ariang to /srv/http and use a webserver on /srv/http/ariang."
+Exec = /usr/bin/echo "Please copy /usr/share/webapps/ariang to /srv/http and use a webserver on /srv/http/ariang."