diff options
author | joey <joey> | 2002-01-27 04:21:56 +0000 |
---|---|---|
committer | joey <joey> | 2002-01-27 04:21:56 +0000 |
commit | 26fc54549b83f4efd2db161b86159dd65da974a9 (patch) | |
tree | b24bcd750f9358c7c6f3013471140197660bb696 /autoscripts | |
parent | d99c84bf7e7da25e096b3ce638627c3540a53a34 (diff) | |
download | debhelper-26fc54549b83f4efd2db161b86159dd65da974a9.tar.gz |
r505: * Improved dh_installxfonts some more:
- Better indenting of generated code.
- Better ordering of generated code (minor fix).
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-xfonts | 2 | ||||
-rw-r--r-- | autoscripts/postrm-xfonts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts index 4c5ab1b8..8821bc5f 100644 --- a/autoscripts/postinst-xfonts +++ b/autoscripts/postinst-xfonts @@ -1,3 +1,3 @@ if [ -x /usr/sbin/update-fonts-dir ]; then - #CMDS# +#CMDS# fi diff --git a/autoscripts/postrm-xfonts b/autoscripts/postrm-xfonts index a9afcabe..b5dd964b 100644 --- a/autoscripts/postrm-xfonts +++ b/autoscripts/postrm-xfonts @@ -1,3 +1,3 @@ if [ "$1" != "upgrade" -a -x /usr/sbin/update-fonts-dir ]; then - #CMDS# +#CMDS# fi |