1
0
mirror of https://codeberg.org/privacy1st/arch synced 2025-01-12 03:46:05 +01:00
This commit is contained in:
Daniel Langbein 2021-06-17 16:45:29 +02:00
parent 3a2724cc5e
commit bf6924095f
2 changed files with 2 additions and 1 deletions
pkg/de-p1st-rotate

@ -2,7 +2,7 @@
_pkgname=rotate
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.3
pkgver=0.0.4
pkgrel=1
pkgdesc="Scripts to automate screen rotation"
arch=('any')

@ -25,6 +25,7 @@ case "${ORIENTATION_STR}" in
;;
*)
echo "Could not parse ORIENTATION_STR!";
echo "${ORIENTATION_STR}";
exit 1;
esac