5 lines
97 B
Text
5 lines
97 B
Text
|
#!/bin/sh
|
||
|
|
||
|
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||
|
update-desktop-database -q
|