File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
usr/lib/linuxmint/mintinstall Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ override_dh_auto_install:
1010 cd resources && glib-compile-resources \
1111 --target=../debian/mintinstall/usr/share/linuxmint/mintinstall/mintinstall.gresource mintinstall.gresource.xml \
1212 && cd ..
13- cp resources/* .glade debian/mintinstall/usr/share/linuxmint/mintinstall
1413 dh_auto_install
1514
1615# Inject version number in the code
Original file line number Diff line number Diff line change @@ -822,8 +822,6 @@ def create_window(self, starting_page):
822822 return
823823
824824 # Build the GUI
825- glade_file = "/usr/share/linuxmint/mintinstall/mintinstall.glade"
826-
827825 self .builder = Gtk .Builder .new_from_resource ("/com/linuxmint/mintinstall/mintinstall.glade" )
828826
829827 self .main_window = self .builder .get_object ("main_window" )
You can’t perform that action at this time.
0 commit comments