add(x86_64/masterpdfeditor-free): Init

This commit is contained in:
2020-07-05 12:15:31 +02:00
parent 3b6e40ffd5
commit 1f0d797ebb
4 changed files with 114 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
}