pika-gnome-layouts/usr/lib/pika/gnome-layouts/reload.sh
Ward Nakchbandi 0f442593f6 sync
2022-12-23 19:52:11 +03:00

9 lines
194 B
Bash
Executable File

#! /bin/bash
if [[ "$RELOG_NEEDED" == 1 ]]; then
if zenity --question --text="New extensions have been installed!, reload required!"
then
gnome-session-quit --force --no-prompt
fi
fi