#!/bin/bash
for f in $(find . -name "*.mia"); do chmod 755 $f; done
dh_strip
for f in $(find . -name "*.mia"); do chmod 644 $f; done
