[Slackbuilds-users] Introduction & questions about link creation for the 'oxygen-gtk' theme

Binh Nguyen binhnguyen at fastmail.fm
Sat Jun 18 10:05:01 UTC 2011


On Sat, 18 Jun 2011 09:36:02 +0200
Nicolas Kovacs <info at microlinux.fr> wrote:

> Hi,
> [...] 
> mkdir -p $PKG/etc/skel
> cat $CWD/gtkrc > $PKG/etc/skel/.gtkrc-2.0
> chmod 0644 $PKG/etc/skel/.gtkrc-2.0
> 
> But how could I have something similar with the symlink?
> 
> Any suggestions?
> 
> Niki

If I understand correctly, in this your package, you want to create a
symlink to gtkrc of the package oxygen-gtk.

Then this would suffice:

mkdir -p $PKG/etc/skel
cd $PKG/etc/skel
ln -s ../../usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc .gtkrc-2.0
cd -

Regards,

-- 
Binh Nguyen


More information about the SlackBuilds-users mailing list