#! /bin/sh
set -e

#DEBHELPER#

if [ "$1" = "configure" ]; then
  echo "Actualizando dconf"
  dconf update
fi

