Skip to content

Commit c36cba6

Browse files
committed
install mxpi-launcher in /usr/bin
1 parent b5e0455 commit c36cba6

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

bin/mxpi-launcher

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
/usr/bin/mx-packageinstaller
4+
5+
exit 0

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
mx-packageinstaller (24.12) mx; urgency=medium
29

310
* Display snapshots from screenshot.debian.net when clicking info icon in

debian/install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ mx-packageinstaller.desktop usr/share/applications
66
scripts/helper usr/lib/mx-packageinstaller
77
scripts/mxpi-lib usr/lib/mx-packageinstaller
88
scripts/*.policy usr/share/polkit-1/actions
9+
bin/* usr/bin
910
translations/*.qm usr/share/mx-packageinstaller/locale

debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ override_dh_shlibdeps:
2424

2525
override_dh_auto_install:
2626
dh_auto_install
27-
dh_link usr/bin/mx-packageinstaller usr/bin/mxpi-launcher

0 commit comments

Comments
 (0)