#!/bin/sh set -e #EXTRA# if [ "$1" = "remove" ]; then for dsoname in xcache; do php5dismod ${dsoname} done fi exit 0