diff options
author | James Meyer <james.meyer@operamail.com> | 2009-04-21 20:06:17 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-04-21 20:06:17 (GMT) |
commit | 89e3164eb221cee8c2a440cba345a41693d538b9 (patch) | |
tree | de3c92d2f1f1acebab64c980d2995adc2fb03010 /abs/extra-testing/tatir/tatir.install | |
parent | 4cfd5e39ef31085aec3209114a6f9a9ba657bed7 (diff) | |
download | linhes_pkgbuild-89e3164eb221cee8c2a440cba345a41693d538b9.zip linhes_pkgbuild-89e3164eb221cee8c2a440cba345a41693d538b9.tar.gz linhes_pkgbuild-89e3164eb221cee8c2a440cba345a41693d538b9.tar.bz2 |
tatir: remove run script ( it moved to runit-scripts)
Diffstat (limited to 'abs/extra-testing/tatir/tatir.install')
-rw-r--r-- | abs/extra-testing/tatir/tatir.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra-testing/tatir/tatir.install b/abs/extra-testing/tatir/tatir.install index 86a96ba..aef470a 100644 --- a/abs/extra-testing/tatir/tatir.install +++ b/abs/extra-testing/tatir/tatir.install @@ -1,6 +1,7 @@ # arg 1: the new package version post_install() { - add_service.sh tatir +# add_service.sh tatir + /bin/true } # arg 1: the new package version # arg 2: the old package version |