#!/bin/sh

# Desktop-agnostic upgrade notifier - needrestart hook

# Source needrestart notify functions
. /usr/lib/needrestart/notify.d.sh

# Execute script
[ -x /usr/libexec/daun/needrestart-hook ] && exec /usr/libexec/daun/needrestart-hook
