Skip to content

Commit

Permalink
Remove systemd service for Fcc unlock. (lenovo#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
binli committed Oct 22, 2024
1 parent 255ec18 commit 993aea4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion debian/lenovo-fccunlock.install
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ debian/mm-hook => /usr/lib/x86_64-linux-gnu/ModemManager/fcc-unlock.d/2c7c:6008
DPR_Fcc_unlock_service /opt/fcc_lenovo/
libmodemauth.so /opt/fcc_lenovo/lib/
libmbimtools.so /opt/fcc_lenovo/lib/
debian/lenovo-fccunlock.service /lib/systemd/system/
suspend-fix/mm-wrapper.sh /opt/fcc_lenovo/suspend-fix/
suspend-fix/apply-test-option.conf /etc/systemd/system/ModemManager.service.d/
7 changes: 0 additions & 7 deletions debian/lenovo-fccunlock.service

This file was deleted.

2 changes: 1 addition & 1 deletion debian/mm-hook
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

systemctl start lenovo-fccunlock
./opt/fcc_lenovo/DPR_Fcc_unlock_service -v
exit $?
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ override_dh_auto_configure:

override_dh_installsystemd:
dh_installsystemd -p lenovo-cfgservice lenovo-cfgservice.service
dh_installsystemd -p lenovo-fccunlock lenovo-fccunlock.service --no-enable --no-start

execute_after_dh_install:
install -m 0644 -D debian/opt.fcc_lenovo.configservice_lenovo -t debian/lenovo-cfgservice/etc/apparmor.d
Expand Down

0 comments on commit 993aea4

Please sign in to comment.