#!/bin/bash set -e if [ "$1" = "configure" ] ; then #update dconf database, as we droped new settings dconf update #gconf trigger, for those settings still using gconf [ -x /usr/bin/update-gconf-defaults ] && /usr/bin/update-gconf-defaults fi #DEBHELPER# exit 0