summarylogtreecommitdiffstats
path: root/comcom64.install
blob: faf85b87d2c7264236a7d3f2b21a80fb4cffda31 (plain)
1
2
3
4
5
6
7
8
post_install() {
  printf '%s\n' "  > comcom64 needs to have '/dev/shm' mounted with the 'exec' option/ without the 'noexec' option."
  printf '%s\n' "    Otherwise the 64bit command.com will fail to launch in DOSEMU2."
}

post_upgrade() {
  post_install "$@"
}