/usr/bin/k3bsetup is in k3b 2.0.2-8.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #!/bin/sh
#
# $Id$
# Copyright (C) 2003 Sebastian Trueg <trueg@k3b.org>
#
# This file is part of the K3b project.
# Copyright (C) 1998-2003 Sebastian Trueg <trueg@k3b.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# See the file "COPYING" for the exact licensing terms.
#
kcmshell4 k3bsetup
|