From c16cb1dcba60b0811b3c46aa4734b998a18fc8dc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:54:44 +0200 Subject: Adding debian version 43.9-0+deb12u1. Signed-off-by: Daniel Baumann --- debian/gnome-shell.postinst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/gnome-shell.postinst (limited to 'debian/gnome-shell.postinst') diff --git a/debian/gnome-shell.postinst b/debian/gnome-shell.postinst new file mode 100644 index 0000000..a2c32fc --- /dev/null +++ b/debian/gnome-shell.postinst @@ -0,0 +1,18 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + # trigger an update notification that recommends a reboot + # (used by unattended-upgrades etc.) + touch /var/run/reboot-required || true + + # same thing for the older update-notifier interface + if [ -x /usr/share/update-notifier/notify-reboot-required ]; then + /usr/share/update-notifier/notify-reboot-required || true + fi + ;; +esac + +#DEBHELPER# -- cgit v1.2.3