ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/bluez.prerm

8 lines
233 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installinit/13.6ubuntu1
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/bluetooth" ] ; then
invoke-rc.d bluetooth stop || exit 1
fi
# End automatically added section