home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / lua5.1.prerm < prev    next >
Encoding:
Text File  |  2009-11-05  |  193 b   |  11 lines

  1. #!/bin/sh -e
  2.  
  3. case "$1" in
  4.     remove)
  5.         update-alternatives --remove lua-interpreter /usr/bin/lua5.1
  6.         update-alternatives --remove lua-compiler /usr/bin/luac5.1
  7.         ;;
  8. esac
  9.  
  10.  
  11.