From e67efff4ff853084012caee0823e082eb9abb1e5 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Wed, 2 Oct 2024 17:06:19 +0200 Subject: profiles: Add intial layout of host.d profiles. Signed-off-by: Anna (navi) Figueiredo Gomes --- profiles/targets/base/profile.bashrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 profiles/targets/base/profile.bashrc (limited to 'profiles/targets/base/profile.bashrc') diff --git a/profiles/targets/base/profile.bashrc b/profiles/targets/base/profile.bashrc new file mode 100644 index 0000000..0e89bf4 --- /dev/null +++ b/profiles/targets/base/profile.bashrc @@ -0,0 +1,7 @@ +post_pkg_postinst() { + updatedb +} + +post_pkg_postrm() { + updatedb +} -- cgit v1.2.3