fix(masterpdfeditor-free): moved

This commit is contained in:
2020-08-19 18:59:16 +02:00
parent 308d37aa43
commit 514ab38952
4 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,6 @@
post_install() {
echo '0.0.0.0 get.code-industry.net' >> /etc/hosts
}
post_remove() {
sed -i '/get\.code-industry\.net/d' /etc/hosts
}