summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/itzks-systems-diskless.postinst1
-rwxr-xr-xdebian/itzks-systems-diskless.postrm1
2 files changed, 0 insertions, 2 deletions
diff --git a/debian/itzks-systems-diskless.postinst b/debian/itzks-systems-diskless.postinst
index 2fddf61..7ab153b 100755
--- a/debian/itzks-systems-diskless.postinst
+++ b/debian/itzks-systems-diskless.postinst
@@ -19,7 +19,6 @@ set -e
case "$1" in
configure)
- update-gconf-defaults
;;
abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/itzks-systems-diskless.postrm b/debian/itzks-systems-diskless.postrm
index 2e1a124..d65bd76 100755
--- a/debian/itzks-systems-diskless.postrm
+++ b/debian/itzks-systems-diskless.postrm
@@ -18,7 +18,6 @@ set -e
case "$1" in
purge|remove)
- update-gconf-defaults
;;
upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
;;