You've already forked ukui-themes
mirror of
https://github.com/ukui/ukui-themes.git
synced 2026-03-09 09:23:22 -07:00
10 lines
106 B
Makefile
Executable File
10 lines
106 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export NO_PNG_PKG_MANGLE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_install:
|
|
dh_install -X.sass-cache
|