]> git.saurik.com Git - apt.git/blame - test/integration/test-kernel-helper-autoremove.fake-dpkg
support DEB_BUILD_PROFILES and -P for build profiles
[apt.git] / test / integration / test-kernel-helper-autoremove.fake-dpkg
CommitLineData
e5bdcc87
MV
1#!/bin/sh
2set -e
3
4if [ "$1" = "-l" ]; then
5 echo "ii linux-image-1.0.0-2-generic 1.0.01-2 amd64"
86eab647 6 echo "ii linux-image-$(uname -r) not-used amd64"
e5bdcc87
MV
7 echo "ii linux-image-10.0.0-1-generic 10.0.0.1-1 amd64"
8elif [ "$1" = "--compare-versions" ]; then
9 dpkg "$1" "$2" "$3" "$4"
10else
11 dpkg $@
12fi
13