%PDF- %PDF-
Direktori : /proc/thread-self/root/var/lib/dpkg/info/ |
Current File : //proc/thread-self/root/var/lib/dpkg/info/php8.3-memcached.postinst |
#!/bin/sh set -e # Automatically added by dh_php/UNDECLARED # Hey emacs, this is -*- shell-script -*- if [ -e /usr/lib/php/php-maintscript-helper ] ; then . /usr/lib/php/php-maintscript-helper for version in 8.3 ; do for name in memcached ; do php_invoke enmod "$version" ALL "$name" || exit 1 done done else for name in memcached ; do phpenmod "$name" done fi # End automatically added section