6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
update-mime-database /usr/share/mime
|
|
update-desktop-database
|
|
gtk-update-icon-cache /usr/share/icons/hicolor/
|