summaryrefslogtreecommitdiffstats
path: root/system/lxd/etc-profile-d-lxd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/lxd/etc-profile-d-lxd.sh')
-rw-r--r--system/lxd/etc-profile-d-lxd.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/lxd/etc-profile-d-lxd.sh b/system/lxd/etc-profile-d-lxd.sh
deleted file mode 100644
index 3b9034b1ce..0000000000
--- a/system/lxd/etc-profile-d-lxd.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-export LXD_HOME=/opt/lxd
-export PATH=${LXD_HOME}/bin:${PATH}