#!/bin/sh -e
## ----------------------------------------------------------------------
## debian/postinst : postinstallation script for lybniz
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------

chmod +x /usr/bin/lybniz

gtk-update-icon-cache -f /usr/share/icons/hicolor


exit 0
