#!/bin/sh set -e if [ "$1" = "remove" ]; then /usr/bin/defoma-app purge pango fi if [ "$1" = "upgrade" ]; then /usr/bin/defoma-app clean pango fi