File indexing completed on 2024-05-05 05:48:26

0001 #!/bin/sh
0002 # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0003 # SPDX-FileCopyrightText: 2021 Harald Sitter <sitter@kde.org>
0004 
0005 export LANG=C.UTF-8
0006 unset LANGUAGE
0007 
0008 set -x
0009 
0010 # $1 is the file path as given to the installer
0011 # $2 is the canonical file path from QFileInfo
0012 
0013 readlink /lib # is this a usr merged system?
0014 
0015 stat $1
0016 stat $2
0017 
0018 readelf -n $1
0019 
0020 grep --no-messages --include=maps --recursive $(basename $1) /proc/