summarylogtreecommitdiffstats
path: root/masterpdfeditor-free.install
blob: 7c5d8db115fc625742bae43f26c4cee31d6daeda (plain)
1
2
3
4
5
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
}