FreedomBox/plinth
Nick Daly a97061055c Merged: tzafrir's install_dir patch.
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
2013-09-08 17:31:27 -05:00

5 lines
113 B
Bash

#!/bin/sh
export PYTHONPATH=/usr/share/plinth/python
exec python /usr/share/plinth/python/plinth/plinth.py "$@"