summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
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