diff options
Diffstat (limited to 'help/C/l10n_scripts')
-rwxr-xr-x | help/C/l10n_scripts/notification.sh | 5 |
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 00000000..b7de9aba --- /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!" |