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