aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-icns/latest.pkg_postrm
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-icns/latest.pkg_postrm')
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-icns/latest.pkg_postrm18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-icns/latest.pkg_postrm b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-icns/latest.pkg_postrm
deleted file mode 100644
index ae2e555bac0d..000000000000
--- a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-icns/latest.pkg_postrm
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-set -e
-if [ "x$D" != "x" ]; then
- $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-icns mlprefix= binprefix= libdir=/usr/lib \
- bindir=/usr/bin base_libdir=/lib
-else
-
- # Update the pixbuf loaders in case they haven't been registered yet
- /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache
-
- if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then
- for icondir in /usr/share/icons/*; do
- if [ -d ${icondir} ]; then
- gtk-update-icon-cache -t -q ${icondir}
- fi
- done
- fi
-fi