include/icon-cache.script
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 11826 09aa3a4053a8
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10638
7abac0cfcb29 2007-10-10 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     1
( echo 'test -x /usr/bin/gtk-update-icon-cache || exit 0';
7abac0cfcb29 2007-10-10 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     2
  echo 'rm -f %{_datadir}/icons/*/icon-theme.cache';
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10638
diff changeset
     3
  echo 'for dir in %{_datadir}/icons/*; do';
11821
19d6076f48f5 2008-03-07 Damien Carbery <[email protected]>
dcarbery
parents: 11369
diff changeset
     4
  echo '  test -f "$dir/index.theme" && /usr/bin/gtk-update-icon-cache "$dir"';
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10638
diff changeset
     5
  echo 'done';
11369
83dae4a4135f * include/icon-cache.script: call "true" at the end so we always
laca
parents: 11368
diff changeset
     6
  echo 'true'
11826
09aa3a4053a8 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11821
diff changeset
     7
) | $BASEDIR/lib/postrun -u -t 5 -c JDS