summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/build-systems/debhelper/maintainer-script/token/scripts-maintainer-general/build-spec/debian/postrm
blob: 21ce89efe1f84ba02e38f86e3d8a4d62f47f4af7 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# we do not set -e

echo "ok" > /dev/null

# not allowed
update-alternatives --remove foo

#DEBHELPER#