Upload var/lib/dpkg/info/e2fsprogs.prerm with huggingface_hub
Browse files
var/lib/dpkg/info/e2fsprogs.prerm
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
set -e
|
3 |
+
# Automatically added by dh_installsystemd/12.10ubuntu1
|
4 |
+
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
|
5 |
+
deb-systemd-invoke stop 'e2scrub_all.service' 'e2scrub_all.timer' 'e2scrub_reap.service' >/dev/null || true
|
6 |
+
fi
|
7 |
+
# End automatically added section
|