summaryrefslogtreecommitdiff
path: root/extra/dvdrip/dvdrip.install
blob: 4cd6160c40c64e26dbe04454280b37e0183b270d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# this is the scrollkeeper handling sample file

post_install() {
  echo "update desktop mime database..."
  update-desktop-database -q
}

post_upgrade() {
  post_install $1
}

pre_remove() {
  /bin/true
}

post_remove() {
  echo "update desktop mime database..."
  update-desktop-database -q
}