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