Upload var/lib/dpkg/info/apt.prerm with huggingface_hub
Browse files- var/lib/dpkg/info/apt.prerm +17 -0
var/lib/dpkg/info/apt.prerm
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 'apt-daily-upgrade.service' 'apt-daily.service' >/dev/null || true
|
6 |
+
fi
|
7 |
+
# End automatically added section
|
8 |
+
# Automatically added by dh_installsystemd/12.10ubuntu1
|
9 |
+
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
|
10 |
+
deb-systemd-invoke stop 'apt-daily-upgrade.timer' 'apt-daily.timer' >/dev/null || true
|
11 |
+
fi
|
12 |
+
# End automatically added section
|
13 |
+
# Automatically added by dh_installdeb/12.10ubuntu1
|
14 |
+
dpkg-maintscript-helper rm_conffile /etc/apt/apt.conf.d/20changelog 1.2.4\~ -- "$@"
|
15 |
+
dpkg-maintscript-helper rm_conffile /etc/cron.daily/apt 1.2.10\~ -- "$@"
|
16 |
+
dpkg-maintscript-helper rm_conffile /etc/kernel/postinst.d/apt-auto-removal 2.0.7\~ -- "$@"
|
17 |
+
# End automatically added section
|