ACCC1380 commited on
Commit
4ca5987
1 Parent(s): f260915

Upload var/lib/dpkg/info/e2fsprogs.prerm with huggingface_hub

Browse files
Files changed (1) hide show
  1. var/lib/dpkg/info/e2fsprogs.prerm +7 -0
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