diff options
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/vendor.conf | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 939d03e..4800753 100755 --- a/debian/rules +++ b/debian/rules @@ -22,11 +22,8 @@ override_dh_auto_configure: -Dauto_features=enabled \ $(PARENTAL_CONTROL) -# Skip language chooser on Ubuntu since it doesn't work there -ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) execute_after_dh_install: dh_install debian/vendor.conf /usr/share/gnome-initial-setup/ -endif # Depend on the appropriate package for the Welcome logo # And don't add malcontent Recommends in Ubuntu diff --git a/debian/vendor.conf b/debian/vendor.conf index 690909e..9081060 100644 --- a/debian/vendor.conf +++ b/debian/vendor.conf @@ -1,2 +1,2 @@ [pages] -skip=language +skip= |