summarylogtreecommitdiffstats
path: root/phosh-osk-stub.install
diff options
context:
space:
mode:
authora13xie@Tellurium2024-01-15 18:41:53 +0100
committera13xie@Tellurium2024-01-15 18:41:53 +0100
commit485605e434b5b96bf94ef49075b423d9c4a60caa (patch)
treeb9290d5b099585d7807b0aec2eff1000e840b7d0 /phosh-osk-stub.install
parentb70a80d539a08f36124fd41f5f99b7ce08e244cc (diff)
downloadaur-485605e434b5b96bf94ef49075b423d9c4a60caa.tar.gz
Improve post_install readability
Diffstat (limited to 'phosh-osk-stub.install')
-rw-r--r--phosh-osk-stub.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/phosh-osk-stub.install b/phosh-osk-stub.install
index 1dc436a33390..16d4f0a6375b 100644
--- a/phosh-osk-stub.install
+++ b/phosh-osk-stub.install
@@ -1,5 +1,5 @@
post_install() {
- echo "Switch to this keyboard by symlinking /usr/share/applications/sm.puri.OSK0.desktop to /usr/share/applications/sm.puri.Phosh.OskStub.desktop"
- echo "mv /usr/share/applications/sm.puri.OSK0.desktop /usr/share/applications/sm.puri.OSK0.desktop.bak"
- echo "ln -s /usr/share/applications/sm.puri.OSK0.desktop /usr/share/applications/sm.puri.Phosh.OskStub.desktop"
+ echo " Switch to this keyboard by symlinking /usr/share/applications/sm.puri.OSK0.desktop to /usr/share/applications/sm.puri.Phosh.OskStub.desktop"
+ echo " mv /usr/share/applications/sm.puri.OSK0.desktop /usr/share/applications/sm.puri.OSK0.desktop.bak"
+ echo " ln -s /usr/share/applications/sm.puri.OSK0.desktop /usr/share/applications/sm.puri.Phosh.OskStub.desktop"
}