3 lines
96 B
Plaintext
3 lines
96 B
Plaintext
post_upgrade() { rm -rf /var/cache/pacboy/*; }
|
|
pre_remove() { rm -rf /var/cache/pacboy/*; }
|