PKGBUILDs/masterpdfeditor-free/masterpdfeditor-free.install

7 lines
139 B
Plaintext
Raw Normal View History

2020-07-05 10:15:31 +00:00
post_install() {
echo '0.0.0.0 get.code-industry.net' >> /etc/hosts
}
post_remove() {
sed -i '/get\.code-industry\.net/d' /etc/hosts
}