diff options
Diffstat (limited to 'vars/tzdb_host.vars')
-rw-r--r-- | vars/tzdb_host.vars | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vars/tzdb_host.vars b/vars/tzdb_host.vars new file mode 100644 index 00000000..ce77848b --- /dev/null +++ b/vars/tzdb_host.vars @@ -0,0 +1,9 @@ +# +# set -o errexit -o noglob are assumed. +# + +pkg_tzdb_host_install_pre() { + ex_rtl_fileop rm "${PKG_DESTDIR}/etc"; +}; + +# vim:filetype=sh |