diff options
| author | 2024-05-03 18:06:00 +0200 | |
|---|---|---|
| committer | 2024-05-03 19:38:23 +0200 | |
| commit | ac5af493d06072ca0626b47cec5523a5dbab9ac0 (patch) | |
| tree | 10801c67be7a82fe442d4e677db9b8addbfc670b /debian | |
| parent | 2c4f86ff518b2775bebdf50672c834c248f436f2 (diff) | |
| download | base-files-ac5af493d06072ca0626b47cec5523a5dbab9ac0.tar.gz base-files-ac5af493d06072ca0626b47cec5523a5dbab9ac0.zip | |
Add #DEBHELPER# token to postinst to make lintian happy.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index 2ce18e2..2708d17 100644 --- a/debian/postinst +++ b/debian/postinst @@ -107,3 +107,5 @@ if [ "$1" = "configure" ] && [ "$2" != "" ]; then install_directory mnt 755 root fi fi + +#DEBHELPER# |
