Browse Source

fix debian installer for performances

master
Flutter 4 months ago
parent
commit
05b285e846
3 changed files with 6 additions and 1 deletions
  1. +1
    -1
      debian/eggnoggpi/DEBIAN/control
  2. +5
    -0
      debian/eggnoggpi/DEBIAN/prerm
  3. BIN
      eggnoggpi.deb

+ 1
- 1
debian/eggnoggpi/DEBIAN/control View File

@@ -2,7 +2,7 @@ Package: eggnoggpi
Version: 1.0 Version: 1.0
Priority: standard Priority: standard
Section: games Section: games
Architecture: aarch64
Architecture: arm64
Depends: nodm, libsdl2-2.0-0, mpv, antimicrox, box64-arm64 Depends: nodm, libsdl2-2.0-0, mpv, antimicrox, box64-arm64
Maintainer: flutterbrony <flutterbrony@admtz.fr> Maintainer: flutterbrony <flutterbrony@admtz.fr>
Description: Eggnogg on a pi Description: Eggnogg on a pi

+ 5
- 0
debian/eggnoggpi/DEBIAN/prerm View File

@@ -0,0 +1,5 @@
#!/bin/bash

echo "disabling services"
systemctl disable eggnoggpi mpv antimicrox
systemctl stop eggnoggpi mpv antimicrox

BIN
eggnoggpi.deb View File


Loading…
Cancel
Save