This commit is contained in:
Daniel Langbein 2021-06-17 19:40:44 +02:00
parent b279bf161d
commit 7b4ecf0f0d
2 changed files with 6 additions and 6 deletions

View File

@ -19,10 +19,10 @@ package() {
install -Dm0555 usr/bin/de-p1st-rotate-screen "$pkgdir"/usr/bin/de-p1st-rotate-screen install -Dm0555 usr/bin/de-p1st-rotate-screen "$pkgdir"/usr/bin/de-p1st-rotate-screen
install -Dm0555 usr/lib/de-p1st-rotate/get-orientation "$pkgdir"/usr/lib/de-p1st-rotate/get-orientation install -Dm0555 usr/lib/de-p1st-rotate/get-orientation "$pkgdir"/usr/lib/de-p1st-rotate/get-orientation
install -Dm0555 usr/share/de-p1st-rotate/rotate "$pkgdir"/usr/share/de-p1st-rotate/rotate install -Dm0555 usr/share/de-p1st-rotate/examples/rotate "$pkgdir"/usr/share/de-p1st-rotate/rotate
install -Dm0555 usr/share/de-p1st-rotate/rotate-inverted "$pkgdir"/usr/share/de-p1st-rotate/rotate-inverted install -Dm0555 usr/share/de-p1st-rotate/examples/rotate-inverted "$pkgdir"/usr/share/de-p1st-rotate/rotate-inverted
install -Dm0555 usr/share/de-p1st-rotate/rotate-left "$pkgdir"/usr/share/de-p1st-rotate/rotate-left install -Dm0555 usr/share/de-p1st-rotate/examples/rotate-left "$pkgdir"/usr/share/de-p1st-rotate/rotate-left
install -Dm0555 usr/share/de-p1st-rotate/rotate-normal "$pkgdir"/usr/share/de-p1st-rotate/rotate-normal install -Dm0555 usr/share/de-p1st-rotate/examples/rotate-normal "$pkgdir"/usr/share/de-p1st-rotate/rotate-normal
install -Dm0644 -o0 etc/de-p1st-rotate/config.cfg "$pkgdir"/etc/de-p1st-rotate/config.cfg install -Dm0644 -o0 etc/de-p1st-rotate/config.cfg "$pkgdir"/etc/de-p1st-rotate/config.cfg
} }

View File

@ -8,8 +8,8 @@ In xfce4 one can create shortcuts on their desktop to rotate the screen,
e.g., left or automatically depending on the device orientation: e.g., left or automatically depending on the device orientation:
```shell ```shell
ln -s /usr/share/de-p1st-rotate/rotate-left ~/Desktop/rotate-left ln -s /usr/share/examples/de-p1st-rotate/rotate-left ~/Desktop/rotate-left
ln -s /usr/share/de-p1st-rotate/rotate ~/Desktop/rotate ln -s /usr/share/examples/de-p1st-rotate/rotate ~/Desktop/rotate
``` ```
## inotifywait ## inotifywait