Add post-upgrade script

This commit is contained in:
2025-04-14 20:25:30 +03:00
parent 898c929fff
commit 04b97fc6ac
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: glibc name: glibc
description: The GNU C Library description: The GNU C Library
version: 2.41 version: 2.41
revision: 3 revision: 4
url: https://www.gnu.org/software/libc/ url: https://www.gnu.org/software/libc/
license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause
architecture: any architecture: any
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
# Regenerate locales
locale-gen
# Rebuild dynamic loader cache
ldconfig -r "$BPM_ROOT"
# Update iconv module configuration cache
iconvconfig