summaryrefslogtreecommitdiffstats
path: root/tests/t-disappear-diverted/pkg-divert/DEBIAN/postrm
blob: 3787c662773c1f18431ad46230534761e59aa8e1 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

if [ "$1" = "purge" ] || [ "$1" = "disappear" ]; then
  dpkg-divert --rename --remove /test-dir/test-normal
fi