masterpdfeditor-free-pkg/masterpdfeditor-free.install
Markus Pesch f6404fdfd4
All checks were successful
continuous-integration/drone Build is passing
Initial Commit
2023-12-02 22:19:21 +01:00

7 lines
139 B
Plaintext

post_install() {
echo '0.0.0.0 get.code-industry.net' >> /etc/hosts
}
post_remove() {
sed -i '/get\.code-industry\.net/d' /etc/hosts
}