diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-05 02:55:04 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-05 02:55:04 (GMT) |
commit | 2e9de8e980bd65c44629c8e1cb84105d530ce560 (patch) | |
tree | e709292dbb76fc64b0f4aebf70dc3c9b4acc12b5 /abs/core/runit/runit.install | |
parent | 1bc83bd99f473ad5cb9ba36795ccfc8c7e3bf63b (diff) | |
parent | a79540b84f7f74607fc0a742518f8d88d88b84ad (diff) | |
download | linhes_pkgbuild-2e9de8e980bd65c44629c8e1cb84105d530ce560.zip linhes_pkgbuild-2e9de8e980bd65c44629c8e1cb84105d530ce560.tar.gz linhes_pkgbuild-2e9de8e980bd65c44629c8e1cb84105d530ce560.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
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 |