summarylogtreecommitdiffstats
path: root/glibc.install
diff options
context:
space:
mode:
Diffstat (limited to 'glibc.install')
-rw-r--r--glibc.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/glibc.install b/glibc.install
new file mode 100644
index 000000000000..351f05b263cb
--- /dev/null
+++ b/glibc.install
@@ -0,0 +1,5 @@
+post_upgrade() {
+ locale-gen
+
+ ldconfig -r .
+}