summarylogtreecommitdiffstats
path: root/masterpdfeditor-free.install
diff options
context:
space:
mode:
authorDPDmancul2019-09-25 14:30:04 +0200
committerDPDmancul2019-09-25 14:34:34 +0200
commit729ef00d488050f1cba3b0be412bcc27472b56eb (patch)
treef094475ce15d616aa112029b914e42d16fa88f86 /masterpdfeditor-free.install
parente8185db554c9f8d045844f791e453fbea6db3bc6 (diff)
downloadaur-729ef00d488050f1cba3b0be412bcc27472b56eb.tar.gz
Removed check gor updates
Diffstat (limited to 'masterpdfeditor-free.install')
-rw-r--r--masterpdfeditor-free.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/masterpdfeditor-free.install b/masterpdfeditor-free.install
new file mode 100644
index 000000000000..7c5d8db115fc
--- /dev/null
+++ b/masterpdfeditor-free.install
@@ -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
+}