diff options
Diffstat (limited to 'autoscripts/postrm-gconf-defaults')
-rw-r--r-- | autoscripts/postrm-gconf-defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postrm-gconf-defaults b/autoscripts/postrm-gconf-defaults new file mode 100644 index 00000000..46844981 --- /dev/null +++ b/autoscripts/postrm-gconf-defaults @@ -0,0 +1,3 @@ +if which update-gconf-defaults >/dev/null 2>&1; then + update-gconf-defaults +fi |