#!/bin/sh set -e case $1 in install|upgrade) # needed for the postgresql-testsuite if ! grep -q '^ru_RU' /etc/locale.gen ; then cat >> /etc/locale.gen < /etc/default/locale ;; esac #DEBHELPER#