summaryrefslogtreecommitdiff
path: root/help/C/l10n_scripts/notification.sh
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/l10n_scripts/notification.sh')
-rwxr-xr-xhelp/C/l10n_scripts/notification.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/help/C/l10n_scripts/notification.sh b/help/C/l10n_scripts/notification.sh
new file mode 100755
index 0000000..b7de9ab
--- /dev/null
+++ b/help/C/l10n_scripts/notification.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+/gnome/head/cvs/zenity/src/zenity --notification \
+--window-icon="info" \
+--text="There are system updates necessary!"