2a70e36229
2006/04/12 18:59:49 cloph 1.1.2.1: Issue number: #i59183# Submitted by: cloph add slackware-menus package
8 lines
179 B
Text
8 lines
179 B
Text
|
|
if (which update-desktop-database); then
|
|
update-desktop-database -q /usr/share/applications
|
|
fi
|
|
|
|
if (which update-mime-database); then
|
|
update-mime-database /usr/share/mime
|
|
fi
|