Files
qlscribe/debian/postinst
T
2009-03-27 05:02:09 +00:00

13 lines
102 B
Bash

#!/bin/sh
set -e
if [ "$1" = "configure" ] ; then
/etc/init.d/dbus reload
fi
#DEBHELPER#
exit 0