summaryrefslogtreecommitdiff
path: root/profiles/targets/base/profile.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/targets/base/profile.bashrc')
-rw-r--r--profiles/targets/base/profile.bashrc7
1 files changed, 7 insertions, 0 deletions
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
+}