diff options
author | orhun | 2020-11-12 22:13:53 +0300 |
---|---|---|
committer | orhun | 2020-11-12 22:13:53 +0300 |
commit | c32c178660d85cc9104f2f404e617af8e31c7ad0 (patch) | |
tree | cad0ece4d7a8f33375351c130c06313b1db2497f | |
parent | b131521cec196f88ba1290a938e3c8e90c94459b (diff) | |
download | aur-c32c178660d85cc9104f2f404e617af8e31c7ad0.tar.gz |
upgpkg: emptty 0.3.0-1
upstream release
Avoid internal msg call
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,5 +28,5 @@ package() { make DESTDIR="$pkgdir/" install-all make DESTDIR="$pkgdir/" install-config make DESTDIR="$pkgdir/" install-systemd - msg "Disable your DM and run 'systemctl enable emptty' to enable emptty at the next boot" + echo "Disable your DM and run 'systemctl enable emptty' to enable emptty at the next boot" } |