source: trunk/gnome-theme-xp/files/GDMTheme.sh @ 157

Last change on this file since 157 was 157, checked in by sebas, 15 years ago

importacion initial - gracias al trabajo de PhrankDaChicken?

  • Property svn:executable set to *
File size: 291 bytes
Line 
1#!/bin/sh
2# Run as root
3cp /tmp/XP_Ubuntu.tar.gz /usr/share/gdm/themes
4cd /usr/share/gdm/themes
5tar -xf XP_Ubuntu.tar.gz
6rm XP_Ubuntu.tar.gz
7
8zenity --info --title "XpGnome" --text "After clicking 'OK', select the 'Local' tab in the next window, then select the 'XP_Ubuntu' theme."
9gdmsetup
Note: See TracBrowser for help on using the repository browser.