summarylogtreecommitdiffstats
path: root/phosh-osk-stub.install
blob: 1dc436a33390a7fd47c16a32a5c5949b392a983b (plain)
1
2
3
4
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"
}