summarylogtreecommitdiffstats
path: root/emacs-openrc.install
diff options
context:
space:
mode:
authorManoel Vilela2017-10-10 19:35:19 -0300
committerManoel Vilela2017-10-10 19:37:43 -0300
commit06373e41e4b49c0f142ccc030642bc1088f26e8c (patch)
treef34159954130645ffbd1f634528ae19e7c5294c5 /emacs-openrc.install
parentf160121f6597723c980c221f8d4b13a102516228 (diff)
downloadaur-06373e41e4b49c0f142ccc030642bc1088f26e8c.tar.gz
Don't active post_install on post_upgrade
This is evil. Will rewrite the conf file of the user! D:
Diffstat (limited to 'emacs-openrc.install')
-rw-r--r--emacs-openrc.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs-openrc.install b/emacs-openrc.install
index 1435068e8290..9aff843835e3 100644
--- a/emacs-openrc.install
+++ b/emacs-openrc.install
@@ -18,7 +18,6 @@ post_install() {
}
post_upgrade() {
- post_install
echo ":: We got a new version of emacs-openrc!"
}