mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
663acf19d1
atril: Changed dep to webkit2gtk. mate-calc: Added caja-actions: Added galculator: Removed doinst: use -f to force icon cache generation Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
7 lines
242 B
Bash
7 lines
242 B
Bash
if [ -x /usr/bin/update-desktop-database ]; then
|
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
|
fi
|
|
|
|
if [ -x /usr/bin/update-mime-database ]; then
|
|
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
|
fi
|