mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Fix postrm
This commit is contained in:
parent
80a64635a3
commit
9c97cdccb4
6 changed files with 7 additions and 9 deletions
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.7.3.0")]
|
[assembly: AssemblyVersion("1.7.4.0")]
|
||||||
[assembly: AssemblyFileVersion("1.7.3.0")]
|
[assembly: AssemblyFileVersion("1.7.4.0")]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Package: hisp
|
Package: hisp
|
||||||
Version: 1.7.3
|
Version: 1.7.4
|
||||||
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
||||||
Maintainer: Li
|
Maintainer: Li
|
||||||
Homepage: https://islehorse.com
|
Homepage: https://islehorse.com
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
userdel horseisle
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
systemctl stop HISP
|
systemctl stop HISP
|
||||||
systemctl disable HISP
|
systemctl disable HISP
|
||||||
userdel horseisle
|
|
||||||
|
|
|
@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.7.3.0")]
|
[assembly: AssemblyVersion("1.7.4.0")]
|
||||||
[assembly: AssemblyFileVersion("1.7.3.0")]
|
[assembly: AssemblyFileVersion("1.7.4.0")]
|
||||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.7.3.0")]
|
[assembly: AssemblyVersion("1.7.4.0")]
|
||||||
[assembly: AssemblyFileVersion("1.7.3.0")]
|
[assembly: AssemblyFileVersion("1.7.4.0")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue