#! /bin/sh -e

if [ -x "`which cpanm 2>/dev/null`" ]; then
	cpanm XML::Simple
	cpanm Gtk2::SimpleList
	cpanm IO::Handle
	cpanm Data::Dumper
fi

# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
	update-menus
fi
# End automatically added section

exit 0


