Subversion Repositories crystalcursors

Compare Revisions

Ignore whitespace Rev 11 → Rev 12

/trunk/debian/postinst
17,13 → 17,20
# the debian-policy package
#
 
PRIORITY=50
PRIORITY1=50
PRIORITY2=49
TARGET=/usr/share/icons/default/index.theme
ICONDIR=/etc/X11/cursors
DEFAULT=crystalblue.theme
 
case "$1" in
configure|abort-remove|abort-deconfigure|abort-upgrade)
for theme in `find $ICONDIR -regex '.*crystal\(blue\|gray\|green\|white\).*theme$'`; do
if [ "$theme" = "$ICONDIR/$DEFAULT" ]; then
PRIORITY=$PRIORITY1
else
PRIORITY=$PRIORITY2
fi
update-alternatives --install $TARGET x-cursor-theme $theme $PRIORITY
done
;;
/trunk/debian/changelog
14,8 → 14,11
ul_angle and ur_angle (Closes: #430827, #499344; works around:
#548804).
* Improve package description.
* Give a suitable theme higher priority than the rest like; crystalblue
(the blue, right-handed, animated theme) is what the upstream author
intends as the default (Closes: #500881).
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 21 Aug 2010 23:43:35 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 22 Aug 2010 01:11:17 +0200
 
crystalcursors (1.1.1-12) unstable; urgency=medium