updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / exo-mountopt / exo-mountopt.install
blob1098c5b58b2752c225c18906546d87082ef1a920
1 _mount_info()
3 cat << _EOF
5   Hi, this version of exo can use different mount options for file systems.
6   
7   Configuration saved in
8     /usr/share/xfce4/mount.rules
9   
10   Users can copy it file to
11     \$HOME/.config/xfce4/mount.rules
12   for customization.
13   
14 _EOF
17 post_install() {
18   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
19   _mount_info
22 post_upgrade() {
23   post_install $1
24   _mount_info
27 post_remove() {
28   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor