Reinstate the postrm script to purge /var/lib/php on php-common purge

This commit is contained in:
Ondřej Surý 2018-10-15 11:27:39 +00:00
parent aeb580cbf8
commit 4e8c2cff91
2 changed files with 0 additions and 11 deletions

View file

@ -9,8 +9,6 @@ if [ "$1" = "purge" ]; then
rm -rf /var/lib/php
fi
#DIVERT#
#DEBHELPER#
exit 0

View file

@ -1,9 +0,0 @@
#!/bin/sh
set -e
#DIVERT#
#DEBHELPER#
exit 0