#!/bin/sh

# Clean inst/ directory after install
rm -rf ./inst
