Compare commits
11 Commits
ubuntu/nob
...
backports/
Author | SHA1 | Date |
---|---|---|
roberalz | 133ed1fa44 | 1 year ago |
roberalz | c01e753136 | 1 year ago |
Simon Quigley | 9cc705b107 | 1 year ago |
Simon Quigley | a79e7b5762 | 1 year ago |
Roberalz | 72d86aad98 | 1 year ago |
Roberalz | dff599698a | 1 year ago |
Roberalz | 61696b66d1 | 1 year ago |
Simon Quigley | 7ddbdcbb19 | 1 year ago |
vaba | 0acca6531c | 1 year ago |
Roberalz | dc4fd8e2e9 | 1 year ago |
FuRuYa7 | 5e6f21865d | 1 year ago |
@ -0,0 +1,7 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Exec=/usr/libexec/lubuntu-update-notifier/lubuntu-upg-notifier.sh
|
||||||
|
NoDisplay=true
|
||||||
|
Name=upgNotifier
|
||||||
|
Icon=system-software-update
|
||||||
|
Type=Application
|
||||||
|
Version=0.1
|
@ -0,0 +1,2 @@
|
|||||||
|
#data/upg-apply.desktop usr/share/applications
|
||||||
|
data/upg-notifier-autostart.desktop etc/xdg/autostart
|
@ -1,12 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# This file can be removed following the release of Lubuntu 24.04 LTS
|
|
||||||
# It's to ensure a smooth transition between the autostart file and the new
|
|
||||||
# systemd user units provided
|
|
||||||
|
|
||||||
rm -f /etc/xdg/autostart/upg-notifier-autostart.desktop
|
|
||||||
rm -f /home/*/.config/autostart/upg-notifier-autostart.desktop
|
|
||||||
|
|
||||||
#DEBHELPER#
|
|
@ -1,7 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Lubuntu Update Notifier
|
|
||||||
Wants=update-notifier-download.timer
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/usr/libexec/lubuntu-update-notifier/lubuntu-upg-notifier.sh
|
|
@ -1,10 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Lubuntu Update Notifier
|
|
||||||
Requires=lubuntu-update-notifier.service
|
|
||||||
|
|
||||||
[Timer]
|
|
||||||
Unit=lubuntu-update-notifier.service
|
|
||||||
OnCalendar=*-*-* *:00:00
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=timers.target
|
|
Loading…
Reference in new issue