File: runit-init.prerm

package info (click to toggle)
runit 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,220 kB
  • sloc: ansic: 5,572; sh: 3,588; makefile: 383
file content (10 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

#remove runsystem.runit as runsystem alternative in Hurd port
# update-alternatives returns 0 if there is no such alternative, so
# no need to worry about GNU hurd test and DPKG_ROOT
update-alternatives --remove runsystem /etc/hurd/runsystem.runit

#DEBHELPER#