summarylogtreecommitdiffstats
path: root/kio-gdrive.install
blob: 08e7d261b2122deb781fb64712758ae4156db96d (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    kdeinit5
}

post_upgrade() {
  post_install $1
}

post_remove() {
    :
}