summarylogtreecommitdiffstats
path: root/glibc.install
diff options
context:
space:
mode:
authorPatrick Stewart2017-05-31 12:03:15 +0100
committerPatrick Stewart2017-05-31 12:05:07 +0100
commit4063c9486439ef8352123d6b0326dd521b253296 (patch)
treefdcea9ecc848ec862d5cf8b65214e36326750506 /glibc.install
downloadaur-4063c9486439ef8352123d6b0326dd521b253296.tar.gz
Glibc 2.25-2 with Windows Subsystem for Linux incompatible change backed out
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 .
+}