This website requires JavaScript.
Explore
Help
Sign In
Disassembler
/
Spotter-VM
Watch
1
Star
0
Fork
0
You've already forked Spotter-VM
Code
Issues
78
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
96490c6c3e
Spotter-VM
/
mariadb
/
uninstall.sh
9 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
Add uninstall scripts
2018-10-27 15:33:22 +02:00
#!/bin/sh
set -ev
2018-10-28 16:04:11 +01:00
set
-ev
Add uninstall scripts
2018-10-27 15:33:22 +02:00
# Remove service
Fix Sahana install scripts
2018-10-28 13:29:01 +01:00
rm -f /etc/init.d/mariadb
Add uninstall scripts
2018-10-27 15:33:22 +02:00
rc-update -u
Add exit code to install scripts
2018-10-28 19:50:35 +01:00
exit
0
Reference in New Issue
Copy Permalink