6 lines
51 B
Plaintext
6 lines
51 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
set -e
|
||
|
|
rm -rf /run/perfetto
|
||
|
|
|
||
|
|
#DEBHELPER#
|