diff options
author | James Meyer <james.meyer@operamail.com> | 2011-08-06 05:21:27 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-08-06 05:21:27 (GMT) |
commit | 7a18aa65cbe27c5213df0f2642e381bc0a2d5e03 (patch) | |
tree | 6b8206f2ee5f9bdd0950c276bbad5685c203dbb4 /abs/extra/community/vsftpd/vsftpd.install | |
parent | fd8ebb392cd04e7c59ae0dd696d93f0ef509b89c (diff) | |
parent | 5b37c394102e30e4751fd925dae8c299bc4432df (diff) | |
download | linhes_pkgbuild-7a18aa65cbe27c5213df0f2642e381bc0a2d5e03.zip linhes_pkgbuild-7a18aa65cbe27c5213df0f2642e381bc0a2d5e03.tar.gz linhes_pkgbuild-7a18aa65cbe27c5213df0f2642e381bc0a2d5e03.tar.bz2 |
Merge branch 'testing' of ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/community/vsftpd/vsftpd.install')
-rw-r--r-- | abs/extra/community/vsftpd/vsftpd.install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/abs/extra/community/vsftpd/vsftpd.install b/abs/extra/community/vsftpd/vsftpd.install index 3bbb2cc..48f134e 100644 --- a/abs/extra/community/vsftpd/vsftpd.install +++ b/abs/extra/community/vsftpd/vsftpd.install @@ -9,14 +9,9 @@ post_install() { echo ">>> Also, you should add it to your MODULES array in rc.conf, so" echo ">>> it will be activated automatically at boot-up." fi -# Below added for LinHES - add_service.sh vsftpd } post_upgrade() { post_install $1 } -post_remove() { - remove_service.sh vsftpd -} |