mirror of
https://github.com/KeithDHedger/LFSPkgBuilds.git
synced 2025-07-21 23:20:29 +00:00
16 lines
548 B
Bash
Executable File
16 lines
548 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
#©keithhedger Mon 23 Feb 12:32:56 GMT 2015 kdhedger68713@gmail.com
|
|
|
|
mkdir -vp /etc/pango ||true
|
|
/usr/bin/gdk-pixbuf-query-loaders --update-cache
|
|
fc-cache -f
|
|
gtk-update-icon-cache --ignore-theme-index --force /usr/share/icons/hicolor||true
|
|
gtk-update-icon-cache --ignore-theme-index --force /usr/share/icons/gnome||true
|
|
/usr/bin/pango-querymodules > /etc/pango/pango.modules||true
|
|
update-mime-database -V /usr/share/mime||true
|
|
update-desktop-database -v /usr/share/applications||true
|
|
mkdir -vp /var/cache/man/fsstnd||true
|
|
mandb -c
|
|
|