xfce4/xfce4-session/post-install

8 lines
139 B
Plaintext
Executable File

# !/bin/sh
# Post install file for Xfce Session
update-desktop-database &&
update-mime-database /usr/share/mime
# End post install file