source:
npl/overig/certbot_conf/root/etc/postinst.d/post.certbot
@
0c5671f
Last change on this file since 0c5671f was 0c5671f, checked in by , 8 years ago | |
---|---|
|
|
File size: 162 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | #project renamed itself to certbot |
4 | removepkg /var/log/packages/python_acme* &>/dev/null |
5 | removepkg /var/log/packages/letsencrypt* 2>/dev/null |
6 | |
7 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.