#! /bin/sh
set -e

TARGET=/usr/share/icons/default/index.theme
ICONDIR=/etc/X11/cursors

# breeze_cursors with 602 priority
update-alternatives --install $TARGET x-cursor-theme \
    $ICONDIR/lingmo-light-cursor.theme 602
update-alternatives --install $TARGET x-cursor-theme \
    $ICONDIR/lingmo-dark-cursor.theme 601
#DEBHELPER#
