summarylogtreecommitdiffstats
path: root/cinnamon-sounds.install
blob: 30e4e0df6ad10a900b7c67a8c4da3ce5ddc20d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    printf "
    #########################################################
    To enable sounds in Cinnamon DE, go to: 
    System Settings, Hardware, Sound, Sounds tab and select
    sounds from: /usr/share/sounds/LinuxMint/stereo
    #########################################################
"
}

post_upgrade() {
  post_install
}