Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / var / lib / dpkg / info / | server ip : 172.67.156.115 your ip : 172.69.6.189 H O M E |
Filename | /var/lib/dpkg/info/libglib2.0-0:amd64.postrm |
Size | 1.15 kb |
Permission | rwxr-xr-x |
Owner | root : root |
Create time | 27-Apr-2025 09:54 |
Last modified | 03-Apr-2014 22:05 |
Last accessed | 06-Jul-2025 22:03 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
#! /bin/sh
set -e
# Automatically added by dh_makeshlibs
if [ "$1" = "remove" ]; then
ldconfig
fi
# End automatically added section
if [ -d /usr/lib/x86_64-linux-gnu/gio/modules ]; then
# Purge the cache
rm -f /usr/lib/x86_64-linux-gnu/gio/modules/giomodule.cache
rmdir -p --ignore-fail-on-non-empty /usr/lib/x86_64-linux-gnu/gio/modules
fi
if [ -d /usr/lib/gio/modules ]; then
# Purge the cache
if [ $(dpkg --print-architecture) = amd64 ]; then
rm -f /usr/lib/gio/modules/giomodule.cache
rmdir -p --ignore-fail-on-non-empty /usr/lib/gio/modules
fi
fi
if [ "$1" = purge ] && [ -d /usr/share/glib-2.0/schemas ]; then
# Purge the compiled schemas
rm -f /usr/share/glib-2.0/schemas/gschemas.compiled
rmdir -p --ignore-fail-on-non-empty /usr/share/glib-2.0/schemas
# With multiarch enabled we can't be certain that the cache file
# isn't needed for other architectures since it is not reference
# counted. The best we can do is to fire a file trigger which will
# regenerate the cache file if required.
if [ -d /usr/share/glib-2.0/schemas ]; then
dpkg-trigger /usr/share/glib-2.0/schemas
fi
fi
set -e
# Automatically added by dh_makeshlibs
if [ "$1" = "remove" ]; then
ldconfig
fi
# End automatically added section
if [ -d /usr/lib/x86_64-linux-gnu/gio/modules ]; then
# Purge the cache
rm -f /usr/lib/x86_64-linux-gnu/gio/modules/giomodule.cache
rmdir -p --ignore-fail-on-non-empty /usr/lib/x86_64-linux-gnu/gio/modules
fi
if [ -d /usr/lib/gio/modules ]; then
# Purge the cache
if [ $(dpkg --print-architecture) = amd64 ]; then
rm -f /usr/lib/gio/modules/giomodule.cache
rmdir -p --ignore-fail-on-non-empty /usr/lib/gio/modules
fi
fi
if [ "$1" = purge ] && [ -d /usr/share/glib-2.0/schemas ]; then
# Purge the compiled schemas
rm -f /usr/share/glib-2.0/schemas/gschemas.compiled
rmdir -p --ignore-fail-on-non-empty /usr/share/glib-2.0/schemas
# With multiarch enabled we can't be certain that the cache file
# isn't needed for other architectures since it is not reference
# counted. The best we can do is to fire a file trigger which will
# regenerate the cache file if required.
if [ -d /usr/share/glib-2.0/schemas ]; then
dpkg-trigger /usr/share/glib-2.0/schemas
fi
fi