desktop/cairo-compmgr: Fixups for doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
732cd0cf41
commit
a4647b7baf
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue