move executables lib from /usr/lib to usr/libexec, move .desktop from .install to setup.py
This commit is contained in:
parent
a7ec5aaa32
commit
e34b451918
2
debian/lubuntu-update-notifier.install
vendored
2
debian/lubuntu-update-notifier.install
vendored
@ -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
|
||||
|
6
setup.py
6
setup.py
@ -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…
x
Reference in New Issue
Block a user