summaryrefslogtreecommitdiff
path: root/policy/ch-maintainerscripts.rst
diff options
context:
space:
mode:
authorYao Wei (魏銘廷) <mwei@lxde.org>2018-01-26 00:00:20 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-01-25 15:31:22 -0700
commit2eb1edf4e144261b083a8500ee38d84e2eeacc93 (patch)
tree8443bd9953459cda38333f2a59d79ea34c3b7aa1 /policy/ch-maintainerscripts.rst
parent1a54045d9bf8f584bc0fcc17e8e8ac9420398bf0 (diff)
fix misconversions of example scripts
Diffstat (limited to 'policy/ch-maintainerscripts.rst')
-rw-r--r--policy/ch-maintainerscripts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/ch-maintainerscripts.rst b/policy/ch-maintainerscripts.rst
index 5e097e5..707f2d4 100644
--- a/policy/ch-maintainerscripts.rst
+++ b/policy/ch-maintainerscripts.rst
@@ -567,7 +567,7 @@ Details of removal and/or configuration purging
::
- if [ "$1" = pur.. [#] && [ -e /usr/share/debconf/confmodule ]; then
+ if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule db_purge
fi