Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeClub authored Aug 14, 2022
1 parent 4264700 commit c52a125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AnyConnect/build/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Section: net
Priority: optional
Architecture: all
Maintainer: MoeClub
Depends: systemd, iproute2, openssl, wget, sed, grep
Depends: systemd, iproute2, wget, sed, grep, openssl (>= 1.1.1)
Description: Package By MoeClub
4 changes: 4 additions & 0 deletions AnyConnect/build/DEBIAN/prerm
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

# ocserv
systemctl stop ocserv.service >/dev/null 2>&1
systemctl disable ocserv.service >/dev/null 2>&1
rm -rf /etc/systemd/system/ocserv.service
rm -rf /lib/systemd/system/ocserv.service
rm -rf /usr/lib/systemd/system/ocserv.service
Expand All @@ -15,6 +17,8 @@ rm -rf /usr/share/man/man8/ocpasswd.8
rm -rf /usr/share/man/man8/ocserv.8

# dnsmasq
systemctl stop dnsmasq.service >/dev/null 2>&1
systemctl disable dnsmasq.service >/dev/null 2>&1
rm -rf /etc/systemd/system/dnsmasq.service
rm -rf /lib/systemd/system/dnsmasq.service
rm -rf /usr/lib/systemd/system/dnsmasq.service
Expand Down

0 comments on commit c52a125

Please sign in to comment.