[remaster] several fixes for the E17 daily images

This commit is contained in:
Fabio Erculiani 2010-10-24 10:13:20 +02:00
parent 9de76fb523
commit 9920fc7b21
2 changed files with 8 additions and 0 deletions

View File

@ -52,6 +52,7 @@ packages_to_add:
app-misc/anaconda-runtime-gui,
app-text/epdfview,
app-text/pastebunz,
dev-libs/fribidi,
gnome-extra/nm-applet,
lxde-base/lxdm,
media-fonts/ttf-bitstream-vera,

View File

@ -209,6 +209,13 @@ if [ -d "/var/run/mysqld" ]; then
chown mysql:mysql /var/run/mysqld -R
fi
# Make sure that pango stuff is properly configured
# It happens with E17 lives, for sure there is something broken
# somewhere.
if [ -x "/usr/bin/pango-querymodules" ]; then
/usr/bin/pango-querymodules > "/etc/pango/$(uname -m)-pc-linux-gnu/pango.modules"
fi
# Setup SAMBA config file
if [ -f /etc/samba/smb.conf.default ]; then
cp -p /etc/samba/smb.conf.default /etc/samba/smb.conf