desktop/cairo-compmgr: Fixups for doinst.sh.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-08-11 20:44:23 +01:00 committed by Willy Sudiarto Raharjo
parent 732cd0cf41
commit a4647b7baf
2 changed files with 1 additions and 4 deletions

View File

@ -56,6 +56,7 @@ if pkg-config --exists libgtop-2.0 ; then
perf_flags="--enable-perf-plugin"
else
perf_flags="--disable-perf-plugin"
sed -i -e '/schema_install ccm-perf.schemas/d' $CWD/doinst.sh
fi
# If vala changes the name of the pkgconfig file from libvala-0.12.pc,

View File

@ -26,10 +26,6 @@ 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
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1