Upload var/lib/dpkg/info/passwd.postrm with huggingface_hub
Browse files
var/lib/dpkg/info/passwd.postrm
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
set -e
|
3 |
+
# Automatically added by dh_installdeb/12.10ubuntu1
|
4 |
+
dpkg-maintscript-helper rm_conffile /etc/cron.daily/passwd 1:4.7-2\~ -- "$@"
|
5 |
+
dpkg-maintscript-helper rm_conffile /etc/init/passwd.conf 1:4.2-3.2ubuntu4\~ passwd -- "$@"
|
6 |
+
# End automatically added section
|