Rough, initial migration to systemd units.
This commit is contained in:
parent
a175069ed3
commit
3345c2edbe
@ -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
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lubuntu-update-notifier (0.6.0) UNRELEASED; urgency=medium
|
||||
|
||||
* Rough, initial migration to systemd units.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 05 Oct 2023 11:10:04 -0500
|
||||
|
||||
lubuntu-update-notifier (0.5.4) lunar; urgency=medium
|
||||
|
||||
* Disconnect the status_changed() function from the status-changed signal in
|
||||
|
2
debian/lubuntu-update-notifier.install
vendored
2
debian/lubuntu-update-notifier.install
vendored
@ -1,2 +0,0 @@
|
||||
#data/upg-apply.desktop usr/share/applications
|
||||
data/upg-notifier-autostart.desktop etc/xdg/autostart
|
@ -33,5 +33,4 @@ while true;
|
||||
done
|
||||
IFS=$oldIFS
|
||||
/usr/libexec/lubuntu-update-notifier/lubuntu-notifier.py -u $UPG -s $SEC -p /usr/bin/lubuntu-upgrader
|
||||
sleep 86400
|
||||
done;
|
||||
|
Loading…
x
Reference in New Issue
Block a user