move executables lib from /usr/lib to usr/libexec, move .desktop from .install to setup.py

This commit is contained in:
Hans P. Möller 2020-08-19 09:50:12 -04:00
parent a7ec5aaa32
commit e34b451918
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
data/upg-apply.desktop usr/share/applications
#data/upg-apply.desktop usr/share/applications
data/upg-notifier-autostart.desktop etc/xdg/autostart

View File

@ -23,7 +23,7 @@ setup(
version="0.1",
packages=['lubuntu-update-notifier'],
scripts=['lubuntu-upgrader'],
data_files=[
('lib/lubuntu-update-notifier/',
['lubuntu-upg-notifier.sh', 'lubuntu-notifier.py'])]
data_files=[('libexec/lubuntu-update-notifier/',
['lubuntu-upg-notifier.sh', 'lubuntu-notifier.py']),
('share/applications', ['data/upg-apply.desktop'])]
)