📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 01:18:32
📂
/ (Root)
/
var
/
lib
/
dpkg
/
info
📍 /var/lib/dpkg/info
🔄 Refresh
✏️
Editing: util-linux.preinst
Read Only
#!/bin/sh set -e # Only relevant on PPC where mac-fdisk tries to hijack our binary name. # (We should not reinvent the update-alternatives system badly.) if [ -L /sbin/fdisk ]; then rm /sbin/fdisk fi
💾 Save Changes
❌ Cancel