Add post-upgrade script
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Regenerate locales
|
||||
locale-gen
|
||||
|
||||
# Rebuild dynamic loader cache
|
||||
ldconfig -r "$BPM_ROOT"
|
||||
|
||||
# Update iconv module configuration cache
|
||||
iconvconfig
|
||||
Reference in New Issue
Block a user