forked from radxa/rockpi-penta
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be608de
commit 3d81278
Showing
18 changed files
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ Maintainer: Radxa <[email protected]> | |
Depends: python3, python3-libgpiod, python3-pillow, python3-pip | ||
Section: utils | ||
Priority: optional | ||
Homepage: https://github.com/radxa/rockpi-penta | ||
Homepage: https://github.com/radxa/rockpi-quad | ||
Description: Rockpi Quad Hat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#!/bin/sh -e | ||
|
||
rm /etc/rockpi-penta.env > /dev/null || true | ||
rm /etc/rockpi-quad.env > /dev/null || true | ||
|
||
systemctl stop rockpi-penta.service | ||
systemctl disable rockpi-penta.service | ||
systemctl stop rockpi-quad.service | ||
systemctl disable rockpi-quad.service | ||
|
||
if [ -d /run/systemd/system ]; then | ||
systemctl --system daemon-reload > /dev/null || true | ||
fi | ||
|
||
rm -rf /usr/bin/rockpi-penta/__pycache__ | ||
rm -rf /usr/bin/rockpi-quad/__pycache__ |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.