summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
authormzz20172021-08-26 13:11:30 +0000
committermzz20172021-08-26 13:11:30 +0000
commit255b512efbf5da7bfb0e33934bbc1b1811e43a09 (patch)
tree750adc530d4f10e726d7f99486d510162927a4bf /.INSTALL
parentbf473ff365070e4ff11bdddfdc541ca10c3b7c32 (diff)
downloadaur-255b512efbf5da7bfb0e33934bbc1b1811e43a09.tar.gz
release v1.5.0
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL15
1 files changed, 1 insertions, 14 deletions
diff --git a/.INSTALL b/.INSTALL
index d72871ce70cb..143ecc522d65 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -2,8 +2,6 @@
post_install() {
systemctl daemon-reload
- systemctl enable v2raya
- systemctl start v2raya
ECHOLEN=$(echo -e|awk '{print length($0)}')
if [ ${ECHOLEN} = '0' ]
@@ -19,8 +17,7 @@ post_install() {
post_upgrade() {
systemctl daemon-reload
- systemctl restart v2raya
-
+
ECHOLEN=$(echo -e|awk '{print length($0)}')
if [ ${ECHOLEN} = '0' ]
then
@@ -32,13 +29,3 @@ post_upgrade() {
$ECHO "\033[36m* Completed! *\033[0m"
$ECHO "\033[36m******************************\033[0m"
}
-
-pre_remove() {
- systemctl disable v2raya
- systemctl stop v2raya
- systemctl stop v2ray
-}
-
-post_remove() {
- systemctl daemon-reload
-}