mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
4 lines
146 B
Bash
4 lines
146 B
Bash
#!/usr/bin/env bash
|
|
|
|
sed -E "/# remove logs/d" -i scripts/remove
|
|
sed -E "/(ynh_secure_remove|ynh_safe_rm|rm).*(\/var\/log\/)/d" -i scripts/remove
|