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