Skip to content
Snippets Groups Projects
Select Git revision
  • 113b7641b2751611f9b9dd95d447198f2b18ae3b
  • master default protected
  • 10.1.0-1
  • 10.0.3-1
  • 10.0.2-1
  • 10.0.0-7
  • 10.0.0-6
  • 10.0.0-5
  • 10.0.0-3
  • 10.0.0-1
  • 9.2.3-1
  • 9.2.2-2
  • 9.2.2-1
  • 9.2.0-2
  • 9.2.0-1
  • 9.1.2-1
  • 9.1.1-2
  • 9.1.1-1
  • 9.1.0-2
  • 9.0.2-1
  • 9.0.1-1
  • 9.0.0-1
22 results

qemu.install

Blame
  • Obarun's avatar
    Eric Vidal authored
    113b7641
    History
    qemu.install 217 B
    # Arg 1:  the new package version
    post_install() {
      # trigger events on modules files when already loaded
      for _f in /sys/devices/virtual/misc/vhost-net; do
        [[ -e "$_f" ]] &&  udevadm trigger "$_f"
      done
      :
    }