summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
Diffstat (limited to 'emacsen-common')
-rwxr-xr-xemacsen-common/remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsen-common/remove b/emacsen-common/remove
index ff3c9ea..d09371e 100755
--- a/emacsen-common/remove
+++ b/emacsen-common/remove
@@ -26,7 +26,7 @@ esac
echo dh-elpa: purging flavor specific files for ${FLAVOR}
rm -f ${elc_dir}/*.elc
-find ${elc_dir} -type l -delete
+[ -d ${elc_dir} ] && find ${elc_dir} -type l -delete
rm -f ${elc_dir}/Install.log*
if test -e "${elc_dir}"
then