linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/alsa-utils.prerm
2025-09-26 09:40:02 +08:00

8 lines
249 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installsystemd/12.1.1
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
deb-systemd-invoke stop 'alsa-restore.service' 'alsa-state.service' >/dev/null || true
fi
# End automatically added section