Changeset 5984
- Timestamp:
- Oct 3, 2017, 1:00:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-moving-core/trunk/fuentes/setup.py
r5982 r5984 15 15 package_dir = {'': 'src'}, 16 16 packages = ['net','net.Lliurex','net.Lliurex.Classroom','net.Lliurex.Classroom.MovingProfiles'], 17 data_files = [("/usr/bin/",["bin/llx-moving-cmd","bin/llx-moving-gnome"]),("/etc/profile.d/",["profile.d/llx-moving-load.sh"]),("/etc/systemd/logind.conf.d/",["logind.conf.d/llx-moving-gnome.conf"]),("/etc/xdg/autostart/",["llx-moving-gnome.desktop"]),("/usr/share/lliurex-moving-core/postactions/",["postactions/*"])] 18 17 data_files = [("/usr/bin/",["bin/llx-moving-cmd","bin/llx-moving-gnome"]),("/etc/profile.d/",["profile.d/llx-moving-load.sh"]), 18 ("/etc/systemd/logind.conf.d/",["logind.conf.d/llx-moving-gnome.conf"]),("/etc/xdg/autostart/",["llx-moving-gnome.desktop"]), 19 ("/usr/share/lliurex-moving-core/postactions/",["postactions/050-whiskermenu.sh"])] 19 20 ) 20 21
Note: See TracChangeset
for help on using the changeset viewer.