diff options
author | joey <joey> | 2002-01-30 00:00:50 +0000 |
---|---|---|
committer | joey <joey> | 2002-01-30 00:00:50 +0000 |
commit | 7b3307a2faf0ab9dec667408a2d00d14fcd860c8 (patch) | |
tree | f07e09692c5077c1fd654778c1ce8b55c74b5fae /autoscripts | |
parent | 81a1cb9028b75304b0261dfd91ba04c0e6b07bb4 (diff) | |
download | debhelper-7b3307a2faf0ab9dec667408a2d00d14fcd860c8.tar.gz |
r507: * dh_installxfonts: separate multiple commands with \n so sed doesn't get
upset. Closes: #131322
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-xfonts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts index 8821bc5f..4c5ab1b8 100644 --- a/autoscripts/postinst-xfonts +++ b/autoscripts/postinst-xfonts @@ -1,3 +1,3 @@ if [ -x /usr/sbin/update-fonts-dir ]; then -#CMDS# + #CMDS# fi |