mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Update HISP
This commit is contained in:
parent
8e49090088
commit
13b82bd14b
5 changed files with 10 additions and 4 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -107,6 +107,7 @@ jobs:
|
||||||
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/control
|
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/control
|
||||||
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postinst
|
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postinst
|
||||||
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postrm
|
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postrm
|
||||||
|
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/prerm
|
||||||
dos2unix /mnt/fucking-windows/Debian64/etc/systemd/system/HISP.service
|
dos2unix /mnt/fucking-windows/Debian64/etc/systemd/system/HISP.service
|
||||||
chmod 755 -R /mnt/fucking-windows/Debian64
|
chmod 755 -R /mnt/fucking-windows/Debian64
|
||||||
chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd
|
chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Package: hisp
|
Package: hisp
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev
|
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev
|
||||||
Maintainer: Islehorse
|
Maintainer: Li
|
||||||
Homepage: https://islehorse.com
|
Homepage: https://islehorse.com
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Description: Open Source Implementation of the flash game "Horse Isle" server.
|
Description: Open Source Implementation of the flash game "Horse Isle" server.
|
||||||
|
|
4
HorseIsleServer/HISPd/Resources/DEBIAN/copyright
Normal file
4
HorseIsleServer/HISPd/Resources/DEBIAN/copyright
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
== Silica's Public Domain License ==
|
||||||
|
|
||||||
|
All source code and binaries, for the HISP Software are entered into the Public Domain.
|
||||||
|
However the software is provided "AS-IS" without any warrenty and i shall take no liability for anything that may happen by using this software.
|
|
@ -1,5 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
systemctl daemon-reload
|
|
||||||
systemctl stop HISP
|
|
||||||
systemctl disable HISP
|
|
||||||
userdel horseisle
|
userdel horseisle
|
||||||
|
|
4
HorseIsleServer/HISPd/Resources/DEBIAN/prerm
Normal file
4
HorseIsleServer/HISPd/Resources/DEBIAN/prerm
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
systemctl stop HISP
|
||||||
|
systemctl disable HISP
|
||||||
|
userdel horseisle
|
Loading…
Add table
Reference in a new issue