updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / wsoundserver / wsoundserver.install
blobca4e435cbb5bd7c1f91c4e2acd0c45f6a439bbc3
2 post_install() {
3         echo "> Note: Copy /etc/wsoundserver/WMSound to ~/GNUstep/Defaults"
4         echo "> and edit it as you see fit."
7 post_upgrade() {
8         post_install
11 op=$1
12 shift
13 $op $*
15 #EOF