8 lines
104 B
Bash
Executable File
8 lines
104 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
pkgname=mate-text-editor
|
|
|
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
|
|
|
exit 0
|