Code

Added debconf information
[gosa.git] / debian / gosa-desktop.postinst
1 #!/bin/sh -e
3 # Source debconf library.
4 . /usr/share/debconf/confmodule
6 db_get gosa-desktop/url
7 if [ -n "$RET" ]; then
8     echo "URL='$RET'" > /etc/gosa/desktoprc
9 fi