6 lines
89 B
Bash
6 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "removing /usr/share/sailfish-python"
|
||
|
rm -rf /usr/share/sailfish-python
|
||
|
|