summarylogtreecommitdiffstats
path: root/edyuk-svn.install
blob: 463b1eca72147116f48194a223bff48433383d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    # Causes firefox and thunderbird (with kparts plugin) to crash when launched
    #update-mime-database usr/share/mime &>/dev/null

    echo -n ""
}

post_upgrade() {
    post_install $1
}

post_remove() {
    post_install $1
}