~galacpropo-deactivatedaccount-deactivatedaccount/minimal-de/trunk

« back to all changes in this revision

Viewing changes to mde-extras

  • Committer: GalacticProportions
  • Date: 2014-03-30 17:54:00 UTC
  • Revision ID: galacpropo@myaccess.ca-20140330175400-1ljjwhkpfwg8ykag
Added xcursor-(themes, premium, bluecurve) to mde-extras.
Cursor themes can be configured in lxappearance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        echo -n "Installing GTK configurator..."
64
64
        pacman -S --noconfirm --needed lxappearance >&3 2>&4
65
65
        echo "ok"
 
66
        
 
67
        echo -n "Installing cursor themes..."
 
68
        pacman -S --noconfirm --needed xcursor-themes xcursor-premium xcursor-bluecurve >&3 2>&4
 
69
        echo "ok"
66
70
}
67
71
 
68
72
# Uninstall
73
77
        
74
78
        echo -n "Removing GTK configurator..."
75
79
        pacman -Rc --noconfirm lxappearance >&3 2>&4
 
80
        
 
81
        echo -n "Removing cursor themes..."
 
82
        pacman -Rc --noconfirm xcursor-themes xcursor-premium xcursor-bluecurve >&3 2>&4
 
83
        echo "ok"
76
84
}
77
85
 
78
86
# Upgrade