8 lines
284 B
Bash
Executable File
8 lines
284 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
# Automatically added by dh_installsystemd/13.5.2ubuntu1
|
|
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
|
|
deb-systemd-invoke stop 'alsa-restore.service' 'alsa-state.service' >/dev/null || true
|
|
fi
|
|
# End automatically added section
|