diff options
Diffstat (limited to 'community-testing/yaws/yaws.install')
-rw-r--r-- | community-testing/yaws/yaws.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community-testing/yaws/yaws.install b/community-testing/yaws/yaws.install deleted file mode 100644 index 2b28403e1..000000000 --- a/community-testing/yaws/yaws.install +++ /dev/null @@ -1,13 +0,0 @@ -post_upgrade() { - mkdir -p /usr/var/log/yaws -} - -post_install() { - post_upgrade -} - -post_remove() { - rmdir --ignore-fail-on-non-empty /usr/var/log/yaws -} - -# vim:set ts=2 sw=2 et: |