Skip to content

Commit 0fc118a

Browse files
committed
debian/rules: Don't install glade files.
The resource file provides these. ref: c38c729 Closes #467
1 parent 938d615 commit 0fc118a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

usr/lib/linuxmint/mintinstall/mintinstall.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)