summarylogtreecommitdiffstats
path: root/phosh-osk-stub.install
blob: 32cde24bded55a496fbfc3e9d535a909547f4ff3 (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.Phosh.OskStub.desktop /usr/share/applications/sm.puri.OSK0.desktop"
}