Skip to content
Snippets Groups Projects
Commit a8f2c22c authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

casper: Add localechooser-data dependency

parent 87332c0c
No related branches found
No related tags found
No related merge requests found
Pipeline #789 passed
#!/bin/sh
#
# Copyright (C) 2012-2021 Ruben Rodriguuez <ruben@trisquel.info>
# Copyright (C) 2012-2022 Ruben Rodriguuez <ruben@trisquel.info>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=11
VERSION=12
. ./config
......@@ -35,6 +35,9 @@ sed '/gset org.gnome.desktop.interface toolkit-accessibility true/a \ \ \ \ \ \
rm scripts/casper-premount/10driver_updates
rm scripts/casper-bottom/33enable_apport_crashes
# Add localechooser-data dependency
sed 's/Depends:/Depends: localechooser-data,\n/' -i debian/control
changelog "Compiled for Trisquel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment