⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.216
Server IP:
104.21.48.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
mariadb-common.postrm
#!/bin/sh set -e case "$1" in remove|disappear) # New packaging paradigm for my.cnf handling among MySQL variants # Used in Ubuntu since Dec-2014 and in Debian since Jul-2015 if [ -f /usr/share/mysql-common/configure-symlinks ] then /usr/share/mysql-common/configure-symlinks remove mariadb "/etc/mysql/mariadb.cnf" fi ;; esac