File: pre-install.rb

package info (click to toggle)
qwik 0.8.4.4-0.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,288 kB
  • ctags: 4,265
  • sloc: ruby: 38,631; ansic: 229; makefile: 195; sh: 140
file content (10 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved.
# This is free software with ABSOLUTELY NO WARRANTY.
# You can redistribute it and/or modify it under the terms of the GNU GPL 2.

FILETYPES[3] = 'share'
FILETYPES[4] = 'etc'
alias install_dir_share install_dir_data
alias install_dir_etc install_dir_conf
@config['datadir'] += '/qwik'
@config['sysconfdir'] += '/qwik'