Skip to content

Commit

Permalink
lintian complains about 'source'
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxPolice committed Feb 19, 2005
1 parent f8bcc63 commit d692de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian/libghc6-cabal-dev.postinst
Expand Up @@ -19,7 +19,8 @@ set -e

case "$1" in
configure)
source /usr/share/doc/libghc6-cabal-dev/register.sh
chmod +x /usr/share/doc/libghc6-cabal-dev/register.sh
/usr/share/doc/libghc6-cabal-dev/register.sh
;;

abort-upgrade|abort-remove|abort-deconfigure)
Expand Down
3 changes: 2 additions & 1 deletion debian/libghc6-cabal-dev.prerm
Expand Up @@ -19,7 +19,8 @@ set -e

case "$1" in
remove|upgrade|deconfigure)
source /usr/share/doc/libghc6-cabal-dev/unregister.sh
chmod +x /usr/share/doc/libghc6-cabal-dev/unregister.sh
/usr/share/doc/libghc6-cabal-dev/unregister.sh
rm -f /usr/lib/haskell-packages/ghc6/lib/Cabal-0.5/HSCabal*.o

# install-info --quiet --remove /usr/info/missingh.info.gz
Expand Down

0 comments on commit d692de0

Please sign in to comment.