File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ /usr/bin/mx-packageinstaller
4
+
5
+ exit 0
Original file line number Diff line number Diff line change
1
+ mx-packageinstaller (24.12.01) mx; urgency=medium
2
+
3
+ * make mxpi-launcher a script rather than a symlink
4
+ * addresses launch issue from apt-notifier
5
+
6
+ -- Dolphin Oracle <
[email protected] > Mon, 30 Dec 2024 16:52:59 -0500
7
+
1
8
mx-packageinstaller (24.12) mx; urgency=medium
2
9
3
10
* Display snapshots from screenshot.debian.net when clicking info icon in
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ mx-packageinstaller.desktop usr/share/applications
6
6
scripts/helper usr/lib/mx-packageinstaller
7
7
scripts/mxpi-lib usr/lib/mx-packageinstaller
8
8
scripts/*.policy usr/share/polkit-1/actions
9
+ bin/* usr/bin
9
10
translations/*.qm usr/share/mx-packageinstaller/locale
Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ override_dh_shlibdeps:
24
24
25
25
override_dh_auto_install :
26
26
dh_auto_install
27
- dh_link usr/bin/mx-packageinstaller usr/bin/mxpi-launcher
You can’t perform that action at this time.
0 commit comments