diff options
author | James Meyer <james.meyer@operamail.com> | 2011-12-12 15:13:36 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-12-12 15:13:36 (GMT) |
commit | 5a8389780d325a63a1433ffeebcc47fb7f63d013 (patch) | |
tree | 8f66cbef7b1a2ad6006517bcc9599e73cb902efb /abs/core/dcron/dcron.install | |
parent | 14094dae7617a478cebc30fa2f5fbb665939e9b0 (diff) | |
download | linhes_pkgbuild-5a8389780d325a63a1433ffeebcc47fb7f63d013.zip linhes_pkgbuild-5a8389780d325a63a1433ffeebcc47fb7f63d013.tar.gz linhes_pkgbuild-5a8389780d325a63a1433ffeebcc47fb7f63d013.tar.bz2 |
dcron: set post_install to run post_upgrade
Diffstat (limited to 'abs/core/dcron/dcron.install')
-rw-r--r-- | abs/core/dcron/dcron.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core/dcron/dcron.install b/abs/core/dcron/dcron.install index 3e4f126..b3e90da 100644 --- a/abs/core/dcron/dcron.install +++ b/abs/core/dcron/dcron.install @@ -14,4 +14,7 @@ post_upgrade() { } +post_install() { + post_upgrade +} # vim:set ts=2 sw=2 et: |