summaryrefslogtreecommitdiff
path: root/community-staging/miredo/miredo.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/miredo/miredo.install')
-rw-r--r--community-staging/miredo/miredo.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/community-staging/miredo/miredo.install b/community-staging/miredo/miredo.install
new file mode 100644
index 000000000..338459fb3
--- /dev/null
+++ b/community-staging/miredo/miredo.install
@@ -0,0 +1,8 @@
+post_remove() {
+
+ # clean up just in case
+ rm -f /var/run/miredo.pid
+ rm -f /var/run/miredo-server.pid
+ rm -f /var/run/isatapd.pid
+}
+