diff options
Diffstat (limited to 'testing/yaws/yaws.post-deinstall')
-rw-r--r-- | testing/yaws/yaws.post-deinstall | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/yaws/yaws.post-deinstall b/testing/yaws/yaws.post-deinstall new file mode 100644 index 0000000000..60dd86d1a5 --- /dev/null +++ b/testing/yaws/yaws.post-deinstall @@ -0,0 +1,2 @@ +#!/bin/sh +rmdir --ignore-fail-on-non-empty /usr/var/log/yaws && exit 0 |