private-model / var /lib /dpkg /info /e2fsprogs.prerm
ACCC1380's picture
Upload var/lib/dpkg/info/e2fsprogs.prerm with huggingface_hub
4ca5987 verified
raw
history blame
276 Bytes
#!/bin/sh
set -e
# Automatically added by dh_installsystemd/12.10ubuntu1
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
deb-systemd-invoke stop 'e2scrub_all.service' 'e2scrub_all.timer' 'e2scrub_reap.service' >/dev/null || true
fi
# End automatically added section