D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
locales-all.postinst
back
Copy
#!/bin/sh set -e export LC_ALL=C if [ "$1" = "configure" ]; then # Remove existing locale-archive, otherwise they are prefered # to the ones in this package rm -f /usr/lib/locale/locale-archive 2>/dev/null || true fi exit 0