summaryrefslogtreecommitdiff
path: root/debian/network-manager-gnome.postinst
blob: 141a721619008551687d5886e43dbc25a8048e03 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 0.9.0-2 ; then
    [ -x /usr/share/update-notifier/notify-reboot-required ] && \
        /usr/share/update-notifier/notify-reboot-required || true
fi

#DEBHELPER#