summaryrefslogtreecommitdiffhomepage
path: root/vars/dbus_host.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/dbus_host.vars')
-rw-r--r--vars/dbus_host.vars9
1 files changed, 0 insertions, 9 deletions
diff --git a/vars/dbus_host.vars b/vars/dbus_host.vars
deleted file mode 100644
index dc22cb2b..00000000
--- a/vars/dbus_host.vars
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# set +o errexit -o noglob -o nounset is assumed.
-#
-
-pkg_dbus_host_install_pre() {
- rtl_fileop rm "${PKG_DESTDIR}/etc" "${PKG_DESTDIR}/var";
-};
-
-# vim:filetype=sh textwidth=0