#!/bin/sh # This deletes the userinterface json plugin if exists in case of upgrade if [ -f "/etc/bbfdm/json/UserInterface.json" ]; then rm /etc/bbfdm/json/UserInterface.json fi exit 0