Update
This commit is contained in:
parent
a2c5a7206c
commit
dbc862af27
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
find /home -maxdepth 2 -type d -name .cache -exec rm -rf {} \;
|
||||
systemctl restart display-manager
|
Loading…
Reference in New Issue