ACCC1380 commited on
Commit
45c4072
1 Parent(s): 7b4cc97

Upload var/lib/dpkg/info/passwd.postrm with huggingface_hub

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