diff options
Diffstat (limited to 'powermanager/recompile-ui-files')
-rw-r--r-- | powermanager/recompile-ui-files | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/powermanager/recompile-ui-files b/powermanager/recompile-ui-files new file mode 100644 index 0000000..170797c --- /dev/null +++ b/powermanager/recompile-ui-files @@ -0,0 +1,6 @@ +#!/bin/bash +pyuic -tr i18n tooltip.ui -o tooltip.py +pyuic -tr i18n guidance_power_manager_ui.ui -o guidance_power_manager_ui.py +pyuic -tr i18n notify.ui -o notify.py + + |