Upload var/lib/dpkg/info/base-files.prerm with huggingface_hub
Browse files
var/lib/dpkg/info/base-files.prerm
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
set -e
|
3 |
+
# Automatically added by dh_installdeb/12.10ubuntu1
|
4 |
+
dpkg-maintscript-helper rm_conffile /etc/default/motd-news 11ubuntu5.2~ base-files -- "$@"
|
5 |
+
# End automatically added section
|
6 |
+
# Automatically added by dh_systemd_start/12.10ubuntu1
|
7 |
+
if [ -d /run/systemd/system ]; then
|
8 |
+
deb-systemd-invoke stop 'motd-news.service' >/dev/null || true
|
9 |
+
fi
|
10 |
+
# End automatically added section
|
11 |
+
# Automatically added by dh_systemd_start/12.10ubuntu1
|
12 |
+
if [ -d /run/systemd/system ]; then
|
13 |
+
deb-systemd-invoke stop 'motd-news.timer' >/dev/null || true
|
14 |
+
fi
|
15 |
+
# End automatically added section
|