summarylogtreecommitdiffstats
path: root/osu-wine-git.install
blob: 8632a20c308d19f33454847d4b4666300505d309 (plain)
1
2
3
4
5
6
7
post_install(){
    echo "Take a Look at /etc/osu-wine.conf"
}

post_upgrade(){
    post_install
}