summarylogtreecommitdiffstats
path: root/yaws.install
diff options
context:
space:
mode:
Diffstat (limited to 'yaws.install')
-rw-r--r--yaws.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/yaws.install b/yaws.install
new file mode 100644
index 000000000000..7fefa0670e5a
--- /dev/null
+++ b/yaws.install
@@ -0,0 +1,13 @@
+post_upgrade() {
+ mkdir -p /var/log/yaws
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ rmdir --ignore-fail-on-non-empty /var/log/yaws
+}
+
+# vim: ts=2 sw=2 et: