📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 20:31:20
📂
/ (Root)
/
var
/
lib
/
dpkg
/
info
📍 /var/lib/dpkg/info
🔄 Refresh
✏️
Editing: mariadb-server-10.1.prerm
Read Only
#!/bin/sh set -e # Modified dh_systemd_start snippet that's not added automatically due /etc/init.d/mysql if [ -d /run/systemd/system ]; then deb-systemd-invoke stop mariadb.service >/dev/null # Modified dh_installinit snippet to only run with sysvinit elif [ -x "/etc/init.d/mysql" ]; then invoke-rc.d mysql stop || exit $? fi exit 0
💾 Save Changes
❌ Cancel