mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Author: Tzafrir Cohen <tzafrir@debian.org> Description: These things are easier to install with dh * Python modules: fighting with dh_python2 is tough (it changes the /etc/ symlink, for isntance) * Let's just install man pages ourselves for now. * symlinks: with dh_link
5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/sh
|
|
|
|
export PYTHONPATH=/usr/share/plinth/python
|
|
exec python /usr/share/plinth/python/plinth/plinth.py "$@"
|