Rename python apps entrypoints

BREAKING: Remove old entrypoints using
sudo rm -f \
  /usr/{bin,local/bin}/airtime-liquidsoap \
  /usr/{bin,local/bin}/airtime-playout \
  /usr/{bin,local/bin}/pyponotify
This commit is contained in:
jo 2021-10-03 15:18:00 +02:00
parent bde2f2d494
commit 8be1366bef
12 changed files with 23 additions and 23 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env python3
import runpy
runpy.run_module("pypo", run_name="__main__")