diff options
author | James Meyer <james.meyer@operamail.com> | 2010-11-05 00:07:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-11-05 00:07:10 (GMT) |
commit | 5b97a91f0f9afa1703812ced446ed3d9aaf4f79c (patch) | |
tree | f168fb697a1d3962ac8ca12176c61704ba2cf7b8 /abs/core/runit/runit.install | |
parent | 42fd9c0e95c0440580cc2c80a48f87eb2df56669 (diff) | |
download | linhes_pkgbuild-5b97a91f0f9afa1703812ced446ed3d9aaf4f79c.zip linhes_pkgbuild-5b97a91f0f9afa1703812ced446ed3d9aaf4f79c.tar.gz linhes_pkgbuild-5b97a91f0f9afa1703812ced446ed3d9aaf4f79c.tar.bz2 |
runit: update to 2.2 This change marks the migration of services from /var/service to /service
Diffstat (limited to 'abs/core/runit/runit.install')
-rwxr-xr-x | abs/core/runit/runit.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core/runit/runit.install b/abs/core/runit/runit.install index 1728bc6..392d7be 100755 --- a/abs/core/runit/runit.install +++ b/abs/core/runit/runit.install @@ -27,7 +27,6 @@ fi } post_install () { - mkdir /var/service [ -e /sbin/halt ] || ln -s /sbin/halt.script /sbin/halt [ -e /sbin/reboot ] || ln -s /sbin/reboot.script /sbin/reboot [ -e /sbin/poweroff ] || ln -s /sbin/poweroff.script /sbin/poweroff @@ -40,7 +39,7 @@ post_install () { # arg 2: the old package version post_upgrade(){ - /bin/true + post_install } op=$1 |