aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm')
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/files-in-package.txt6
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest9
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest.pkg_postinst18
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest.pkg_postrm18
4 files changed, 0 insertions, 51 deletions
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/files-in-package.txt b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/files-in-package.txt
deleted file mode 100644
index 20751cd46bb6..000000000000
--- a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/files-in-package.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-drwxr-xr-x root root 4096 ./usr
-drwxr-xr-x root root 4096 ./usr/lib
-drwxr-xr-x root root 4096 ./usr/lib/gdk-pixbuf-2.0
-drwxr-xr-x root root 4096 ./usr/lib/gdk-pixbuf-2.0/2.10.0
-drwxr-xr-x root root 4096 ./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
--rwxr-xr-x root root 13652 ./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest
deleted file mode 100644
index 7ddbbd0d7efd..000000000000
--- a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest
+++ /dev/null
@@ -1,9 +0,0 @@
-PV = 2.42.8
-PR = r0
-PKG = libgdk-pixbuf-2.0-loader-pnm
-RPROVIDES = gdk-pixbuf-loader-pnm (=2.42.8)
-RDEPENDS = gdk-pixbuf (>= 2.42.8) glib-2.0 (>= 2.72.2) glibc (>= 2.35)
-RRECOMMENDS =
-PKGSIZE = 13660
-FILES = /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so
-FILELIST = /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest.pkg_postinst b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest.pkg_postinst
deleted file mode 100644
index 0fb4ea80ce69..000000000000
--- a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest.pkg_postinst
+++ /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-pnm 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
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest.pkg_postrm b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/latest.pkg_postrm
deleted file mode 100644
index 0fb4ea80ce69..000000000000
--- a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm/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-pnm 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