mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 18:52:19 +01:00
7 lines
168 B
Bash
Executable File
7 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
#Post Install File
|
|
|
|
/usr/bin/libtool --finish /usr/lib/xfce4/panel/plugins
|
|
/usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
|
|
|
|
#Finish Install File |