mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
8 lines
138 B
Text
8 lines
138 B
Text
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
|
|
}
|
|
|