mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-03 02:52:20 +01:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
|
# !/bin/sh
|
||
|
# Post install file for Xfce screenshooter
|
||
|
|
||
|
gtk-update-icon-cache /usr/share/icons/hicolor
|
||
|
|
||
|
# End post install file
|