diff options
Diffstat (limited to 'community/john/john.install')
-rw-r--r-- | community/john/john.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/john/john.install b/community/john/john.install new file mode 100644 index 000000000..21bc51c70 --- /dev/null +++ b/community/john/john.install @@ -0,0 +1,10 @@ +post_install() { + touch /etc/john/john.local.conf 2> /dev/null +} + + +post_upgrade() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: |