linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/wpasupplicant.prerm

8 lines
230 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
#!/bin/sh
set -e
# Automatically added by dh_installsystemd/12.1.1
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
deb-systemd-invoke stop 'wpa_supplicant.service' >/dev/null || true
fi
# End automatically added section