mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 07:32:19 +01:00
9 lines
119 B
Plaintext
Executable File
9 lines
119 B
Plaintext
Executable File
#
|
|
#!/bin/sh
|
|
#Post install file for Xfce desktop
|
|
#
|
|
|
|
update-desktop-database -q
|
|
|
|
#End post install file for Xfce desktop
|