updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / gsview / gsview.install
blob05a57054fbf24e17ece5c026ddafa919875dd5d8
1 # this is the scrollkeeper handling sample file
3 post_install() {
4   cat << EOM
6   --> the man page is rather useless and just refers you to the HTML help
8 EOM
9   echo -n "update desktop mime database..."
10   update-desktop-database -q
11   echo "done"
14 post_upgrade() {
15   post_install $1
18 post_remove() {
19   echo -n "update desktop mime database..."
20   update-desktop-database -q
21   echo "done"
24 op=$1
25 shift
27 $op $*