[remaster] several fixes for the E17 daily images
This commit is contained in:
parent
9de76fb523
commit
9920fc7b21
@ -52,6 +52,7 @@ packages_to_add:
|
|||||||
app-misc/anaconda-runtime-gui,
|
app-misc/anaconda-runtime-gui,
|
||||||
app-text/epdfview,
|
app-text/epdfview,
|
||||||
app-text/pastebunz,
|
app-text/pastebunz,
|
||||||
|
dev-libs/fribidi,
|
||||||
gnome-extra/nm-applet,
|
gnome-extra/nm-applet,
|
||||||
lxde-base/lxdm,
|
lxde-base/lxdm,
|
||||||
media-fonts/ttf-bitstream-vera,
|
media-fonts/ttf-bitstream-vera,
|
||||||
|
@ -209,6 +209,13 @@ if [ -d "/var/run/mysqld" ]; then
|
|||||||
chown mysql:mysql /var/run/mysqld -R
|
chown mysql:mysql /var/run/mysqld -R
|
||||||
fi
|
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
|
# Setup SAMBA config file
|
||||||
if [ -f /etc/samba/smb.conf.default ]; then
|
if [ -f /etc/samba/smb.conf.default ]; then
|
||||||
cp -p /etc/samba/smb.conf.default /etc/samba/smb.conf
|
cp -p /etc/samba/smb.conf.default /etc/samba/smb.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user