HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux vmi3050980 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
User: gurumedia_st_usr (1012)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //var/lib/dpkg/info/hunspell-en-us.postrm
#!/bin/sh
set -e
# Automatically added by installdeb-hunspell/UNDECLARED
rmscript="update-dictcommon-hunspell"

case "$1" in abort-install|remove)
	if command -v $rmscript >/dev/null; then
	    $rmscript 
	else
	    echo "Warning: $rmscript not present or executable." >&2
	fi
esac
# End automatically added section