File: liblua5.5-dev.prerm.in

package info (click to toggle)
lua5.5 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,724 kB
  • sloc: ansic: 21,354; makefile: 318; sh: 122
file content (12 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

case "$1" in
    remove)
        update-alternatives --remove lua-pkgconfig-@DEB_HOST_MULTIARCH@ \
                                     /usr/lib/@DEB_HOST_MULTIARCH@/pkgconfig/lua5.5.pc
        ;;
esac

#DEBHELPER#