6 lines
234 B
Bash
Executable File
6 lines
234 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
# Automatically added by dh_installdeb/13.14.1ubuntu5
|
|
dpkg-maintscript-helper dir_to_symlink /usr/share/doc/qemu-system-x86 qemu-system-common 1:8.0\+dfsg-4\~ qemu-system-x86 -- "$@"
|
|
# End automatically added section
|