client: Move .tmpfile -> .tmpfiles.

This commit is contained in:
Timo Aaltonen 2021-11-18 11:06:51 +02:00
parent 0428e800ac
commit 118b06e97c
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
set -e
if [ ! -e /run/ipa ]; then
mkdir -m 0700 /run/ipa
fi
#DEBHELPER#