File: liblua5.4-dev.prerm.in

package info (click to toggle)
lua5.4 5.4.4-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,772 kB
  • sloc: ansic: 19,877; makefile: 309; sh: 35
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

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

#DEBHELPER#