#! /bin/sh
set -e

. /usr/share/debconf/confmodule

# Hide iTalc from menus on live cd
echo "Hidden=true" >> /usr/share/applications/italc.desktop

# Rebuild initramfs
update-initramfs -u

#DEBHELPER#

exit 0
