summarylogtreecommitdiffstats
path: root/gtk3-nocsd-git.install
blob: f354edb0ce3f240500b2d9e2f229d538854c9b3f (plain)
1
2
3
4
5
6
7
function post_install {
    echo "You need to restart your X session to apply the changes."
}

function post_upgrade {
    post_install
}