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

ubuntu/groovy
Hans P. Möller 4 years ago
parent a7ec5aaa32
commit e34b451918

@ -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

@ -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'])]
)

Loading…
Cancel
Save