parent
ebaacb49c2
commit
03e0b5f538
@ -1,7 +0,0 @@
|
||||
[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
|
@ -1,2 +0,0 @@
|
||||
#data/upg-apply.desktop usr/share/applications
|
||||
data/upg-notifier-autostart.desktop etc/xdg/autostart
|
@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Lubuntu Update Notifier
|
||||
Wants=update-notifier-download.timer
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/libexec/lubuntu-update-notifier/lubuntu-upg-notifier.sh
|
@ -0,0 +1,10 @@
|
||||
[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