forked from ports/contrib
7 lines
129 B
Bash
Executable File
7 lines
129 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/
|