summarylogtreecommitdiffstats
path: root/insync-dolphin.install
blob: 25cd6638acb74bc78144256da44b4b73cb77984a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
show_message() {
   if [ -f /usr/share/kde4/services/ServiceMenus/insync-kde-menu.desktop ]; then
      echo ">>> If you use KDE, two optional plasmoids can be downloaded from here:"
      echo ">>> http://s.insynchq.com/builds/insync.plasmoid"
      echo ">>> http://s.insynchq.com/builds/gdrive_webview.plasmoid"
      echo ">>> Help installing Plasmoids:"
      echo ">>> http://userbase.kde.org/Plasma/Installing_Plasmoids"
   fi
   echo ">>> If you want to run insync daemon automatically on boot, please type:"
   echo ">>> systemctl enable insync@<your_user_name>"
}

post_install() {
   show_message
}

post_upgrade() {
   show_message
}

post_remove() {
   return 1
}