~ubuntu-core-dev/update-notifier/ubuntu

17 by mvo
* new upstream version, added preferences, gconf support, cron-enabler for apt
1
#!/bin/sh
2
3
if test -n "$2"; then
4
    gksudo --message "<b>$2</b>" -- "$1"
5
else
6
    gksudo -- "$1"
7
fi
8
dbus-send --system / app.apt.dbus.changed boolean:true