Subversion Repositories crystalcursors

Compare Revisions

Ignore whitespace Rev 4 → Rev 5

/trunk/debian/prerm
19,12 → 19,12
ICONDIR=/etc/X11/cursors
 
case "$1" in
remove|upgrade|deconfigure)
remove|deconfigure)
for theme in `find $ICONDIR -regex '.*crystal\(blue\|gray\|green\|white\).*theme$'`; do
update-alternatives --remove x-cursor-theme $theme
done
;;
failed-upgrade)
upgrade|failed-upgrade)
;;
*)
echo "prerm called with unknown argument \`$1'" >&2
/trunk/debian/changelog
1,6 → 1,7
crystalcursors (1.1.1-13) unstable; urgency=low
 
* New maintainer (Closes: #529434).
* Do not remove alternatives on upgrade.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 08 Aug 2010 20:43:02 +0200