File: open-vm-tools-desktop.prerm

package info (click to toggle)
open-vm-tools 2%3A13.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,312 kB
  • sloc: ansic: 180,399; cpp: 11,437; sh: 2,881; makefile: 2,468; xml: 6
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e

# workaround to avoid upgrade failures.
pkill -USR1 -f '(vmtoolsd.*vmusr|vmware-user)' || true 

if [ -d /run/systemd/system ]; then
    deb-systemd-invoke stop run-vmblock\\x2dfuse.mount >/dev/null || true
fi

#DEBHELPER#