diff options
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 |