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

8 lines
303 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installsystemd/13.6ubuntu1
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
deb-systemd-invoke stop 'e2scrub_all.service' 'e2scrub_all.timer' 'e2scrub_reap.service' >/dev/null || true
fi
# End automatically added section