summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2019-01-24 21:34:06 -0400
committerDavid Bremner <bremner@debian.org>2019-01-24 21:34:06 -0400
commit5ffa7b8f733ac7287c30588aa7245b3dde962c08 (patch)
tree7a19ff2f52c54841f5c506200eed500ea829461b /emacsen-common
parent3f217a8b4612739e50cb174205c61fca28bbc74c (diff)
version 1.16: unset HOME
Diffstat (limited to 'emacsen-common')
-rwxr-xr-xemacsen-common/install2
-rwxr-xr-xemacsen-common/remove2
2 files changed, 4 insertions, 0 deletions
diff --git a/emacsen-common/install b/emacsen-common/install
index c0f3390..a762adc 100755
--- a/emacsen-common/install
+++ b/emacsen-common/install
@@ -3,6 +3,8 @@
set -e
+unset HOME
+
ELPA_DIR=#ELPAPACKAGE#-#ELPAVERSION#
FLAVOR=$1
diff --git a/emacsen-common/remove b/emacsen-common/remove
index 01a7741..b03204a 100755
--- a/emacsen-common/remove
+++ b/emacsen-common/remove
@@ -2,6 +2,8 @@
# /usr/lib/emacsen-common/packages/remove/foo
set -e
+unset HOME
+
ELPA_DIR=#ELPAPACKAGE#-#ELPAVERSION#
FLAVOR=$1